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 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In our
ads-client
application 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
TIMESTRUCT
to JavascriptDate
, similarly to howconvertDatesToJavascript
does forDT
andDATE
?Beta Was this translation helpful? Give feedback.
All reactions