Gold is to register Central European Time (CET ) when creating or updating date to db.
DB only support datetime as Object and not string.
This is saved to DB but the time is wrong.
This is not saved to DB but the time is correct.
Using MySQL to store data.
How can I register current time?
-Thore