Datetime and user timezones

Permalink
Hi,

With C5 I see that we can use some datetime helper that will get correct datetime according to the user- or servertimezone.
Could that be a problem when a C5 website is moved to another server in a different timezone?

I'm used to store datetime fields in GMT/UTC. Maybe I'm seeing problems that aren't there ;)

SnefIT
 
PatrickHeck replied on at Permalink Reply
PatrickHeck
If the server configuration is correct you shouldn't run into any problems. You have to set APP_TIMEZONE though:
e.g.
define('APP_TIMEZONE', 'Europe/Berlin');