Difference between revisions of "Time"
Jump to navigation
Jump to search
Line 36: | Line 36: | ||
* [http://hcal.ccarh.org Historic Calendars of Europe] - generate | * [http://hcal.ccarh.org Historic Calendars of Europe] - generate | ||
+ | |||
+ | |||
+ | * [https://www.whencanireusethiscalendar.com/ When Can I Reuse This Calendar?] - Did you find a 1989 Saved by the Bell calendar in your closet? Are you too cheap to throw out the 2019 calendar you never bothered to open? Now you can party like it's 1964 thanks to WhenCanIReuseThisCalendar.com! | ||
+ | |||
== Clocks == | == Clocks == |
Revision as of 01:22, 10 July 2019
General
See also Organising#Time management
Time zones
Calendar
For accounting: a 5 week month = 5 weeks including a Monday
- Calizo - Timeline calendar with zoom - the zoomable timeline calendar!
- Historic Calendars of Europe - generate
- When Can I Reuse This Calendar? - Did you find a 1989 Saved by the Bell calendar in your closet? Are you too cheap to throw out the 2019 calendar you never bothered to open? Now you can party like it's 1964 thanks to WhenCanIReuseThisCalendar.com!
Clocks
- XTide - Harmonic tide clock and tide predictor
Radio
- https://github.com/hzeller/txtempus - A DCF77, WWVB, JJY and MSF clock LF-band signal transmitter using the Raspberry Pi
to sort
- https://github.com/jarun/pdd - Tiny date, time diff calculator with timers
1h = 3600s 1d = 86400s 1w = 604800s 28d = 2419200s
http://jtnimoy.net/workviewer.php?q=178
Countdown
- https://github.com/antonmedv/countdown - Terminal countdown timer [7]
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 - [8]
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
- 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.