Date Time Format
michel7
New Altair Community Member
Hi,
I imported datetime values from MS SQL database, e.g. 2021-11-10 08:23:00.000.
What to do for keeping the format ? No AM / PM, no CEST / EST...
Thanks,
Michel
I imported datetime values from MS SQL database, e.g. 2021-11-10 08:23:00.000.
What to do for keeping the format ? No AM / PM, no CEST / EST...
Thanks,
Michel
Tagged:
0
Answers
-
Hi,Date-time columns are always Unix time stamps. No matter what we display, its always converted to ms since 1970. What you see with AM, M CEST and so on is just the visualization.BR,Martin0
-
Hi Martin,
thanks a lot. The questions in that case:
how to- change the visualization ?
- import unix time as time, not a string ?
Warm regards,
Michel0