Open carolinehardin opened 8 years ago
Stuff that didn't work
#central = timezone('US/Central')
#utcNow = datetime.now(pytz.utc).date() #
#now = utcNow.astimezone(central)
#now = datetime.date.now()
#isAware = "This doesn't work"#now.is_aware()
Stuff that did work: changing the settings file
https://docs.djangoproject.com/en/1.9/topics/i18n/timezones/