
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-17-2022 12:11 PM
I have a date field on the Service Catalog form. In the flow designer, I am using the built in "Date to String" functionality (see below).
The Problem is that date conversion adds 7 hours. Why and how should I fix (subtract time)?
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2022 08:11 AM
Hi,
The runtime Date/Time values are not localized and appear in the UTC time zone:
Best Regards,
Marcin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-18-2022 08:11 AM
Hi,
The runtime Date/Time values are not localized and appear in the UTC time zone:
Best Regards,
Marcin

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-22-2022 10:09 AM
Work around was to subtract 1 second from the time (if you subtract 7 hours, it changes to 7 hrs before the field time) then convert to string.