Difference between revisions of "Time"

From Things and Stuff Wiki
Jump to navigation Jump to search
Line 40: Line 40:
 
* http://www.theguardian.com/science/2015/apr/19/clockmaker-john-harrison-vindicated-250-years-absurd-claims
 
* http://www.theguardian.com/science/2015/apr/19/clockmaker-john-harrison-vindicated-250-years-absurd-claims
  
 +
* http://www.prc68.com/I/timefreq.shtml
  
* https://en.wikipedia.org/wiki/WWVB
 
  
* http://www.anishathalye.com/2016/12/26/micro-wwvb/ [https://news.ycombinator.com/item?id=13258631]
+
* http://www.limmy.com/deedeespeakingclock/
 +
 
  
 +
* [http://www.flaterco.com/xtide/xtide.html XTide] - Harmonic tide clock and tide predictor
  
* http://www.prc68.com/I/timefreq.shtml
 
  
  
* http://www.limmy.com/deedeespeakingclock/
+
=== Radio ===
 +
* https://en.wikipedia.org/wiki/WWVB
  
 +
* http://www.anishathalye.com/2016/12/26/micro-wwvb/ [https://news.ycombinator.com/item?id=13258631]
  
* [http://www.flaterco.com/xtide/xtide.html XTide] - Harmonic tide clock and tide predictor
+
* https://github.com/hzeller/txtempus - A DCF77, WWVB, JJY and MSF clock LF-band signal transmitter using the Raspberry Pi
  
 
== to sort ==
 
== to sort ==

Revision as of 04:35, 13 February 2019

General

See also Organising#Time management

Time zones

Calendar

For accounting: a 5 week month = 5 weeks including a Monday




Clocks



  • XTide - Harmonic tide clock and tide predictor


Radio

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


NTPsec

Linux


  • dateutils - a bunch of tools that revolve around fiddling with dates and times in the command line with a strong focus on use cases that arise when dealing with large amounts of financial data.