Open
Description
Problem
I would like this to work
from zoneinfo import ZoneInfo
utc = ZoneInfo('UTC')
the fix proposed here doesn't seem to be in effect emscripten-forge/empack#53
whished result
I would like this to work
from zoneinfo import ZoneInfo
utc = ZoneInfo('UTC')
the fix proposed here doesn't seem to be in effect emscripten-forge/empack#53
whished result
Activity