shakedown.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A community for live music fans with roots in the jam scene. Shakedown Social is run by a team of volunteers (led by @clifff and @sethadam1) and funded by donations.

Administered by:

Server stats:

255
active users

#datetime

0 posts0 participants0 posts today

Are there "names" for the different date time notations like
US: month, day, year
Europe: day, month, year
US: 12 hr with AM/PM
Other places : 24 hrs
Iso standard
Etc?

If there are names for these different notations maybe we could add them as Python enums and use the enum instead of constructing our own "%m %d %Y" whatever.

Wouldn't that be interesting? Might solve lots of bugs with wrong datetime format. 🤔

Is it possible to get a zoneinfo.ZoneInfo key (i.e.: IANA tzdb identifier) for the current system timezone, in Python? `datetime.now(timezone.utc).astimezone().` gives a potentially ambiguous 'tzname' and 'utcoffset' which make it difficult to communicate long-term time intervals to other systems