Difference between revisions of "Time"
Jump to navigation
Jump to search
Line 30: | Line 30: | ||
* http://calizo.sourceforge.net | * http://calizo.sourceforge.net | ||
+ | |||
+ | |||
+ | * [http://hcal.ccarh.org Historic Calendars of Europe] - generate | ||
== Clocks == | == Clocks == |
Revision as of 06:06, 10 January 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
Linux
- http://man7.org/linux/man-pages/man3/strftime.3.html - time format/template