by Mindey on 7/9/23, 11:18 AM with 5 comments
by Mindey on 7/9/23, 7:29 PM
So, dividing UNIX_SECOND by 86400, we get a decimal Unix day.
For example, if UNIX_SECOND = 1688897360, then UNIX DAY = 19547.42315, Displaying this number with time formatting, makes it extremely easy for our time-trained eyes to interpret:
19,547 4:23:15, meaning:
19th Unix decimal year
547th day of the year (5-dmonth, 4-dweek, 7-dweekday)
4:23:15 decimal time (4-dhour, 23-dminute, 15-dsecond)
by JoeAltmaier on 7/9/23, 12:07 PM
A different approach to time is desirable, instead of being loosely related to celestial mechanics.
How about: a shorter second. 100,000 seconds in a 'day'. 1M seconds in a 'week'. and so on.
On a space station they sure wouldn't mind the difference. They'd talk about 'see you in a klik' meaning 1000 seconds, or 'thatll take about a megasec' meaning a week.
86400? Give me a break.
by Mindey on 7/9/23, 11:18 AM