Diego Dreossi
postgresql database date error
The project that requires the postgresql db is a django site, in the project settings the variables are these: TIME_ZONE = 'America/Sao_Paulo', USE_I18N = True, USE_TZ = True, and when i was using the sqlite as db to test it was workink just fine when i was running the server. Do you know how I can save dates in my time zone without causing more problems?
9 replies