Difference between revisions of "Time"
Jump to navigation
Jump to search
Line 22: | Line 22: | ||
28d = 2419200s | 28d = 2419200s | ||
+ | * http://rsnous.com/posts/2014-08-07-pinhole-a-falling-ball-demo.html | ||
* [http://www.askapache.com/hacking/speed-site-caching-cache-control.html#htaccess_time_cheatsheet time cheatsheet] | * [http://www.askapache.com/hacking/speed-site-caching-cache-control.html#htaccess_time_cheatsheet time cheatsheet] |
Revision as of 23:53, 7 August 2014
General
Time zones
Calendar
For accounting: a 5 week month = 5 weeks including a Monday
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