SOLVED
Convert Date and time to UTC
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
rdelmund
7 - Meteor
‎02-12-2019
06:23 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
Need your help to convert the below dates (String format) to UTC. I tried to convert the string to date format however i don't know what's syntax to be used for AM/PM for DateTime Tool.
Once converted to UTC, I need to have this date format "YYYY-MM-DD" or "2019-01-22" for example.
Transaction Date |
Tue 22 Jan 2019, 10:03:04 pm |
Tue 22 Jan 2019, 10:48:04 pm |
Wed 23 Jan 2019, 12:04:20 am |
Wed 23 Jan 2019, 10:01:37 pm |
Thu 24 Jan 2019, 2:02:41 am |
Thu 24 Jan 2019, 10:56:25 pm |
Tue 29 Jan 2019, 10:09:54 pm |
Thank you in advance!
Solved! Go to Solution.
Labels:
- Labels:
- Date Time
2 REPLIES 2
17 - Castor
‎02-12-2019
06:41 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @rdelmund
Try this out:
Just to be clear, DateTimeToUTC considers your local system time zone. So results may change depending where you are (I'm in Brazil).
Cheers,
‎02-12-2019
07:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks Thableaus this is very helpful
