*Timestamp format
Configuration Article | CA-20220907-TP-09 VDG Sense | API | Usage |
All timestamps have the format: yyyy-mm-dd hh:nn:ss.zzz
Where:
yyyy stands for 4 digits year number
mm stands for 1 or 2 digits month number starting at 1
dd stands for 1 or 2 digits day number starting at 1
hh stands for 1 or 2 digits hour number starting at 0
nn stands for 1 or 2 digits minute number starting at 0
ss stands for 1 or 2 digits second number starting at 0
zzz stands for 3 digits millisecond number starting at 000
2 And 3 digits numbers may have leading zero’s e.q.: ’02’ hour.
From version 2.1.1 (plugin), all timestamps are in UTC format.
IMPORTANT: When using timestamps in the URL the space and “:” characters must be encoded.
space = %20
: = %3A
Example:
2025-11-10 21:30:15.123 → 2025-11-10%2021%3A30%3A15.123