Citect SCADA log file entries use the following timestamp format:
yyyy-mm-dd<SPACE>HH:mm:ss.fff<TAB>TZD
Where:
yyyy = year (for example: 2008, 2009)
mm = month (for example: 01, 05, 12)
dd = date (for example: 01, 02, 31)
HH = hour of the day (using 24 hour format, for example: 08, 13, 22)
mm = minute (for example: 00, 02, 59)
ss = seconds (for example: 00, 02, 20, 59)
fff = milliseconds (for example: 000, 123, 999)
TZD = local time offset from the UTC (for example: +10:00, -09.00)
Note: Time-stamps are always in local time.
For example:
2009-06-03 11:19:33.249 +01:00
See Also
Published June 2018