Hello Geeks,
I have a date time string in the below format
2009-06-15T13:45:30-00:00 – 15th June 2009 1:45:30 PM UTC
I need this to be converted to chicago time. Ex: The above time’s Chicago equivalent is 2009-06-15 06:45:30 CDT
How do I achive this in webMethods?
In short, I need a service, which takes date and time in one of the below formats
yyyy-MM-ddTHH:mm:ss+hh:mm or yyyy-MM-ddTHH:mm:ss+hh:mm
and returns date time in below format
yyyy-MM-dd hh:MM:ss Z where Z represents time zone like CDT, EDT PDT etc
Help much appreciated.
Satti.
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services