Our nodes has UTC as the default timezone. On VDS nodes and in PHP you can change the timezone yourself.
VDS:
ln -s -f /usr/share/zoneinfo/CET /etc/localtime
For PHP you change the timezone in php,ini, change the following row to the desired timezone.
[Date]
date.timezone = CET
For all other nodes you can just contact support and we will change the timezone for you.
Comments
Article is closed for comments.