Difference between revisions of "Time"
Jump to navigation
Jump to search
Line 13: | Line 13: | ||
For accounting: a 5 week month = 5 weeks including a Monday | For accounting: a 5 week month = 5 weeks including a Monday | ||
+ | |||
+ | == Clocks == | ||
+ | * http://www.theguardian.com/science/2015/apr/19/clockmaker-john-harrison-vindicated-250-years-absurd-claims | ||
== to sort == | == to sort == |
Revision as of 10:01, 19 April 2015
General
Time zones
Calendar
For accounting: a 5 week month = 5 weeks including a Monday
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