Convert Time into Zulu Format

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2024 11:49 PM
Hi Team,
I want time in Zulu format, eg. 2022-05-31T07:34:45.968Z.
Can you please tell me if there's a function to implement it?
Thanks and Regards,
Hrithik Nirupam
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 01:07 AM
Hi @Community Alums ,
Directly zulu is not supported i guess, you may need to use clientscript to override the default time and convert in needed format.
I hope this info helps..
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 01:52 AM
Hi @Sohail Khilji ,
Yeah I think there's no other option than using a script without any OOB functionality to generate that format. Can you please help me with that?
Thanks,
Hrithik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2024 02:07 AM
Hi @Community Alums ,
You will need to create a script include with zulutimeutils(); and a method that can convert any time into a zulu time.
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....