Changes between Version 2 and Version 3 of Ticket #4029
- Timestamp:
- 09/27/24 02:57:32 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4029 – Description
v2 v3 25 25 2024-09-26T12:30:29Z 26 26 }}} 27 The first line has YMDhms wrong by 2 hours and timeshift should read "+02:00", hence the first line should be showing UTC time with local offset thusly: 27 The second output correctly displays the UTC time. 28 The first line has YMDhms wrong by 2 hours and timeshift should read "+02:00", hence the first line should be showing local time with offset from UTC, like this: 28 29 {{{ 29 30 2024-09-26T14:30:29+02:00 30 31 }}} 31 The second output above correctly displays the UTC time. 32 The above reads "it's 14:30:29 local time, and offset from UTC is +2h". To compute UTC from that, one must subtract the offset from the timestamp. 33 32 34 The help file is ambiguous and even wrong on the role of parameter $iType.