Date Time Format

michel7
michel7 New Altair Community Member
edited November 2024 in Community Q&A
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
Tagged:

Answers

  • MartinLiebig
    MartinLiebig
    Altair Employee
    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,
    Martin
  • michel7
    michel7 New Altair Community Member
    edited December 2022
    Hi Martin,

    thanks a lot. The questions in that case:

    how to 
    1. change the visualization ? 
    2. import unix time as time, not a string ?

    Warm regards,

    Michel