5/22/2025 10:01 AM | |
Joined: 1/21/2013 Last visit: 9/15/2025 Posts: 4110 Rating:
|
Hi, The problem is that the date is always based on UTC, but the IO field does not account for time zones. This is beneficial because if you're obtaining a time value from the process, you likely want the raw value. For your particular issue, however, there are different approaches you can take. IO field with date/time output format: You need to get a value that takes the timezone into account.
You should also note that changing the time zone in Control Panel will not affect runtime until yo IO field with string output format: You can use pure JavaScript to provide the value string as needed. In the simplest way, you can use:
Clock object: If your device version already supports it, you can use the Clock object. Kind regards |
This contribution was helpful to
2 thankful Users |
Follow us on