Timezone conversion

Anyone have any service that will adjust the timestamp while converting timezones?

ex PST to EST adds 3 hrs

writing a java service should be easy enough, check out:
SimpleDateFormat in java.

Check if you can use WMPublic/date inbuilt service. I guess you can use this inbuilt service… “pub.date:formatDate”

If this service is not useful then java service using java date class will be a good option.

webMethods builtin services do not support conversion between arbitrary timezones. But writing a Java service which does is quite easy as Java Timezone supports the conversion between timezones. Details to be found in the Java Api Javadoc.