-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Open
Labels
OS-androidstdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement
Description
Feature or enhancement
Proposal:
The zoneinfo
module can load time zone information from the common IANA format: one directory per continent, containing one file per city. These files can come from one of two sources:
- The operating system in of the following paths: /usr/share/zoneinfo:/usr/lib/zoneinfo:/usr/share/lib/zoneinfo:/etc/zoneinfo.
- The
tzdata
package on PyPI.
None of the well-known paths exist on Android, so the best approach on Android is currently the same as on Windows – use the tzdata
package from PyPI.
Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
pay748
Metadata
Metadata
Assignees
Labels
OS-androidstdlibPython modules in the Lib dirPython modules in the Lib dirtype-featureA feature request or enhancementA feature request or enhancement
Projects
Status
No status