Closed stonebig closed 1 year ago
In order to make this work, you can run:
import micropip
await micropip.install("tzdata")
import tzdata
from zoneinfo import ZoneInfo
utc = ZoneInfo('UTC')
For more information, see https://github.com/has2k1/mizani/issues/27
ZoneInfo('UTC') doesn't function.
does this solution that is two weeks old may apply also for shiny-py ? https://github.com/jupyterlite/xeus-python-demo/issues/7#issuecomment-1375379923