标签: python python-3.x
可能重复: How do I use timezones with a datetime object in python?
time.strftime("%Y%m%d %a %I:%m %p")
告诉我我需要的东西......但是,我想要PDT,而不是我当地的时区。知道怎么做吗?
答案 0 :(得分:1)
您可以使用pytz库:
请检查:Python: display the time in a different time zone