Hi Dale --

You're in the right file, but the wrong lines -- that area controls the 
database's timezone settings.

If you look further down in your settings_local.py, you will find the 
TIME_ZONE line and the USE_TZ line -- edit those (which control Django). 
They're around line 322 for me (Arches 4.3.0).

You may have to restart Apache or your Django testserver.

Angela

On Thursday, September 6, 2018 at 9:26:08 AM UTC-4, Dale Lloyd wrote:
>
> Arches runs on Ubuntu. Ubuntu is set to the local London time zone, but 
> Arches is using the Chicago time zone.
>
> I tried editing settings_local.py:
>
> DATABASES = {
> ...
>
> "TIME_ZONE": "Europe/London",
>
> ...
> } 
> ...
> USE_TZ = True
>
>
>
> But the Apache error log shows:
>
> ImproperlyConfigured: Connection 'default' cannot set TIME_ZONE because 
> its engine handles time zones conversions natively.
>
> Please could somebody let me know how to get Arches to use our local time 
> zone?
>
>
>
>

-- 
-- To post, send email to archesproject@googlegroups.com. To unsubscribe, send 
email to archesproject+unsubscr...@googlegroups.com. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to archesproject+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to