python: datetime tzinfo time zone names documentation

后端 未结 3 1285
悲哀的现实
悲哀的现实 2020-12-13 19:51

I have a date that I build:

from datetime import datetime
from datetime import tzinfo
test = \'2013-03-27 23:05\'
test2 = datetime.strptime(test,\'%Y-%m-%d %         


        
3条回答
提交回复
热议问题