You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is still my opinion that the Unix timestamp is not the most elegant format for MySQL to store date and time!
MySQL has a data format with a much wider range ('1000-01-01 00:00:00:00' to '9999-12-31 23:59:59') and saves the incorrect conversions from the timestamp - see also MetaModels/core#881
My environment is:
(Please fill in the actual values from your environment)
Issue description
DCG saves my time values as formatted string, and not as unix timestamp as expected.
Misconfiguration in my dca?
Steps to reproduce
Describe the behaviour of the application
formatted date string in DB
Describe the expected behaviour of the application
unix timestamp
Screenshots
The text was updated successfully, but these errors were encountered: