gram on Nostr: npub1pfe56…9e2dm The time module has some timezone-related constants: ...
npub1pfe56vzppw077dd04ycr8mx72dqdk0m95ccdfu2j9ak3n7m89nrsf9e2dm (npub1pfe…e2dm)
The time module has some timezone-related constants:
https://docs.python.org/3/library/time.html#timezone-constants
Maybe, you can use it. Something like:
zoneinfo.ZoneInfo(time.tzname[0])
The time module has some timezone-related constants:
https://docs.python.org/3/library/time.html#timezone-constants
Maybe, you can use it. Something like:
zoneinfo.ZoneInfo(time.tzname[0])