Hi Dale, I'd recommend looking at the Django time zone documentation:
https://docs.djangoproject.com/en/1.11/topics/i18n/timezones/

One thing to try would be to set

TIME_ZONE = "Europe/London"

in your settings.py (outside of the database settings).

Adam

On Thu, Sep 6, 2018 at 8:26 AM, Dale Lloyd <dale.ll...@gmail.com> 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.
>

-- 
-- 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