commit | 2e4dd336e5b50fd30947fdecb605ddcd71f7f6f5 | [log] [tgz] |
---|---|---|
author | Zackery Spytz <zspytz@gmail.com> | Wed Sep 23 12:43:45 2020 -0600 |
committer | GitHub <noreply@github.com> | Wed Sep 23 14:43:45 2020 -0400 |
tree | 7b8e1b98c94d77ffcdcfc61645c6b40f5ebd44ab | |
parent | 9c4eac7f02ddcf32fc1cdaf7c08c37fe9718c1fb [diff] |
bpo-30155: Add macros to get tzinfo from datetime instances (GH-21633) Add PyDateTime_DATE_GET_TZINFO() and PyDateTime_TIME_GET_TZINFO() macros.