Group: Forum Members
Posts: 70,
Visits: 111
|
What would be the correct format string to parse the following date:
2021-07-30T13:28:30.942654-04:00
The wizard generates the following string:
yyyy-MM-ddT%H:mm:ss.ffffffzzzz
However, when I view the result in the log viewer, there's no time zone column, and the time is displayed like:
1:28:30 PM.942
|