2023-11-27 21:24 UTC
@broximar@masto.ai
According to the date calculator I whipped together several years back, it is now March 1367th 2020.
perl -e "use Date::Parse; use POSIX; my @t = localtime; print strftime('%a Mar ', @t) . int (1 +0.5 + ((str2time( strftime('%Y-%m-%d 3:00', @t)) - str2time('2020-03-01 3:00')) /(60*60*24))) . strftime(' 2020 %X %Z', @t);"
Replies (0)
No replies.