Replies: 1 comment 1 reply
|
I also use the If user creates a blank PLC project, the Other issue is that the struct doesn't hold information about the timezone. When converting it, the struct might be UTC or local time. Perhaps we could create some kind of a |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In our
ads-clientapplication we target a PLC project that makes frequent use of TIMESTRUCT (instead ofDATE_AND_TIME).What do you think of potentially supporting automatic conversion of
TIMESTRUCTto JavascriptDate, similarly to howconvertDatesToJavascriptdoes forDTandDATE?All reactions