SOLVED
convert from GMT Time to Eastern Standard Time(EST)
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
evinothk
7 - Meteor
‎07-21-2023
05:16 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
21-Jul-2023 08:15:35 AM- This is a date with GMT time. How to convert to EST including date
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
2 REPLIES 2
cjaneczko
13 - Pulsar
‎07-21-2023
05:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Add a formula and adjust the time in hours accordingly. I believe its 5 hours. DateTime_Out would be updated to the date field.
DateTimeAdd([DateTime_Out], -5, "hours")
18 - Pollux
‎07-21-2023
05:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
