Question By

d3d

Solved

time() returns incorrect data

Solved
d3ddev

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',

thinkverse

Apr 24th, 2022 11:55 AM

Best Answer

time is timezone independent, it will always be UTC.