Hello, I was able to change the time zone of the consoles to UTC+1 in PythonAnywhere, but the web2py apps are still in UTC.
Does anyone know how I can change make the web2py apps comply? I was told to add this os.environ["TZ"] = "Europe/Lisbon" to the start of wsgi adapter (located at /var/www), but that didn't work. Thanks, JM -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/web2py/162d30af-76bd-4430-9a5a-598b964d7107%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

