We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently set to UTC.
Seems to be more fucked up than that:
MariaDB [sbs]> select created_at, state_after from audit_logs; | 2024-04-26 16:11:37 | {"agreed_at":1714147897,"au_version":"1","id":5,"user_id":5}
[bas@docker1:|TEST2|/opt/sram/sbs/config]$ date -d @1714147897 Fri Apr 26 06:11:37 PM CEST 2024
So there seems to be a double timezone correction going on. Might have to do with the upgrade from mysql 5.7 to mariadb 10.6.
The text was updated successfully, but these errors were encountered:
baszoetekouw
No branches or pull requests
Currently set to UTC.
Seems to be more fucked up than that:
So there seems to be a double timezone correction going on. Might have to do with the upgrade from mysql 5.7 to mariadb 10.6.
The text was updated successfully, but these errors were encountered: