Y
Hacker News
new
|
ask
|
show
|
jobs
by
michaelcampbell
948 days ago
It looks as if they're defining a month as some amount of days. (30.4369, given the following.)
>>> 1 day + 1 month 1 day + 1 month = 31.4369 day
1 comments
aimor
948 days ago
>>> 1 month -> seconds = 2_629_746 s [Time]
Just playing around with this and really enjoying it.
link