Uploaded image for project: 'Axis'
  1. Axis
  2. AXIS-2711

Axis Date issue - DayLight Savings

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • None
    • Basic Architecture
    • None

    Description

      Hi All,

      Our application is a web services application. All our business functionalites are designed using Java and we are using AXIS 1.3 to convert these java program into web services. The J2EE axis webservices are consumed by .net client.

      During our testing we found an issue related to day light savings. If the client gives any date after 1968, the given date passed correctly to the webserivces and gettng stored in the database without any issues. But if the client gives any date which is less than 1968 and month falls between Apr and October, AXIS reduces one hour and store the reduced value into the database.

      For instance
      Given Date 10-Apr-1950
      Date in the Webservices request : 1950-04-10T00:00:00.0000000+01:00
      Date stored in the databse : 1950-04-09T23:00:00.000Z

      Axis reducing one hour from the date and stores 9-Apr-1950 23:00:00 in the database. Could somebody look into this issue and let me know if this is a known issue in axis. Also any other help or pointer is highly appreciated.

      The request and response for t a current date and date which is less than 1968 are attached herewith.

      Waiting for your response. Thanks in advance.

      Regards
      Prasanna

      Attachments

        1. Request and Response.txt
          3 kB
          Prasanna Sundarrajan

        Activity

          People

            Unassigned Unassigned
            sprasanna Prasanna Sundarrajan
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated: