Let's say I have a timezone like "2009-08-18 13:52:54-04". I can parse most of it using a line like this:
datetime.strptime(time_string, "%Y-%m-%d %H:%M:%S")
However, I can't get the timezone to work. There's a %Z that handles textual timezones ("EST", "UTC", etc) but I don't see anything that can parse "-04".
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…