I have a naive date and time in the format '2012-05-19 19:13:00' and need to store it using Django 1.4 and its timezone-aware abilities.
Although there is no way of knowing what timezone the date is originally in, it seems to make sense to store it as if it were UTC.
However, using pytz etc, I'm not sure how to convert a date that has no timezone into a UTC datetime.