webMethods

webMethods

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Timezone conversion

    Posted Thu November 12, 2009 09:01 PM

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

    ex PST to EST adds 3 hrs


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 2.  RE: Timezone conversion

    Posted Thu November 12, 2009 09:27 PM

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


    #Integration-Server-and-ESB
    #Flow-and-Java-services
    #webMethods


  • 3.  RE: Timezone conversion

    Posted Fri November 13, 2009 06:49 AM

    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
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 4.  RE: Timezone conversion

    Posted Fri November 13, 2009 02:37 PM

    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.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB