Open 6peterlu opened 3 years ago
I'm parsing as follows:
datetime_data, parse_status = cal.parseDT(incoming_msg, tzinfo=pytz.utc)
but the resulting datetime_data is based on the timezone of my local machine instead of UTC. What's the correct way to do this?
datetime_data
Thanks a bunch!
I'm parsing as follows:
but the resulting
datetime_data
is based on the timezone of my local machine instead of UTC. What's the correct way to do this?Thanks a bunch!