如何从Python中的给定UTC偏移量中获取时区名称?
例如,我有,
"GMT+0530"
我想得到,
"Asia/Calcutta"
如果有多个匹配项,则结果应为时区名称列表.
python datetime
datetime ×1
python ×1