Django Timezone Localization Not Working As Expected
I'm using Django 1.4.3 and Postgres 9.1.3. Here is my template where message.created_at is a python datetime object and it clearly tells me that the datetime object is stored in GM
Solution 1:
Are you doing an activate
to activate the local time-zone? See this.
Post a Comment for "Django Timezone Localization Not Working As Expected"