Bek Yes this is first thing i do.
7h3ev1l I checked linux date command is correct!
Everywhere is correct except in flarum i created sime php file with:
echo date("Y-m-d H:i:s",time());
And is correct. But when i go to my flarum and i reload the page in mysql is 3hours back.
Also mysql time is 100% correct too when i execute mysql -e "SELECT NOW();" is telling me correct date.
Hmm the problem can be here:
src/Event/PrepareApiAttributes.php#L76
src/Api/Serializer/AbstractSerializer.php#L91
Im not sure isRFC3339 correct hmmm Y-m-d\TH:i:sP this will look like strange output what is the P at the end and this \T?
Ok, ok it looks like i need to set timezone for this objects with http://php.net/manual/en/datetime.settimezone.php
https://paulund.co.uk/datetime-php
but im not sure how...?
Ok... for now i just added fake 10800 seconds to my scripts until this is fixed..