Create
Tools
Account
Free & open source
On GitHub
Resources
Community
Platform
Open Source
d3d
Apr 24th, 2022
Apr 24th, 2022 11:43 AM
Not sure if that's a wave bug or a Server settings thing but time() returns UTC Time and not the timezone set in app.php (in my case Europe/Berlin)
'timezone' => 'Europe/Berlin',
Apr 24th, 2022 11:55 AM
Best Answer
time is timezone independent, it will always be UTC.
time