How to get the now datetime in UTC?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2010 12:20 AM
Hello,
For an integration with other system in other countries, I've to put the UTC datetime in an xml.
If I put the gs.nowDateTime(), it returns the datetime of our timezone, but not the UTC...
Do you know another gs datetime function?
Thanks a lot
Regards
Xavier
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2010 07:38 AM
gs.nowNoTZ()
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-16-2010 11:06 AM
Awesome I was looking for this too! Thanks!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-17-2010 11:44 PM
it works!
thanks a lot!