Knowledge base
1000 FAQs, 500 tutorials and explanatory videos. Here, there are only solutions!
Time and server time zones
The timezone is set to UTC, but the PHP date functions are built to be able to take this into account according to the desired timezone.
You can use date_default_timezone_set('UTC') in your PHP scripts.
Link to this FAQ: