You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you set the configuration property Output Format to date or jsDate, the output is always Zulu format.
I assume that the underlying call moment().toDate() shall give a different output format.
The text was updated successfully, but these errors were encountered:
StephanStS
changed the title
Output Format "date" and "jsDate" gives identical as left open
Output Format "date" and "jsDate" gives identical output as left open
Sep 21, 2020
The output for date and jsDate ARE the same - both are JavaScript date objects. My test routine was auto-converting them to ISO format which is the default .toString for a JavaScript Date object.
So the outcome you are seeing is the expected outcome.
If you set the configuration property Output Format to date or jsDate, the output is always Zulu format.
I assume that the underlying call moment().toDate() shall give a different output format.
The text was updated successfully, but these errors were encountered: