Difference between revisions of "Time"
Jump to navigation
Jump to search
(→NTP) |
|||
Line 111: | Line 111: | ||
== NTP == | == NTP == | ||
− | * https://news.ycombinator.com/item?id=13650665 | + | * [http://www.ntp.org/ Network Time Protocol] - a protocol designed to synchronize the clocks of computers over a network. |
+ | ** https://en.wikipedia.org/wiki/Network_Time_Protocol | ||
+ | |||
+ | |||
+ | * LWN.net: [https://lwn.net/Articles/713901/ A rift in the NTP world] - [https://news.ycombinator.com/item?id=13650665] | ||
+ | |||
+ | === NTPsec === | ||
+ | * [https://www.ntpsec.org/ Welcome to NTPsec] - a secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic, Dave Mills’s original. | ||
+ | ** https://github.com/ntpsec/ntpsec | ||
+ | |||
+ | * Linux Journal: [https://www.linuxjournal.com/content/ntpsec-secure-hardened-ntp-implementation NTPsec: a Secure, Hardened NTP Implementation] - by Eric S. Raymond on March 30, 2017 | ||
== Linux == | == Linux == | ||
* http://man7.org/linux/man-pages/man3/strftime.3.html - time format/template | * http://man7.org/linux/man-pages/man3/strftime.3.html - time format/template |
Revision as of 17:42, 22 April 2018
General
See also Organising#Time management
Time zones
Calendar
For accounting: a 5 week month = 5 weeks including a Monday
- Historic Calendars of Europe - generate
Clocks
to sort
1h = 3600s 1d = 86400s 1w = 604800s 28d = 2419200s
http://jtnimoy.net/workviewer.php?q=178
Unix epoch
while true; do echo "$(date +%s)" | figlet ; sleep 0.99 ; done
date -u -d @1400000000 gives datetime in UTC
NTP
- Network Time Protocol - a protocol designed to synchronize the clocks of computers over a network.
- LWN.net: A rift in the NTP world - [6]
NTPsec
- Welcome to NTPsec - a secure, hardened, and improved implementation of Network Time Protocol derived from NTP Classic, Dave Mills’s original.
- Linux Journal: NTPsec: a Secure, Hardened NTP Implementation - by Eric S. Raymond on March 30, 2017
Linux
- http://man7.org/linux/man-pages/man3/strftime.3.html - time format/template