Axis Date issue - DayLight Savings
----------------------------------
Key: AXIS-2711
URL: https://issues.apache.org/jira/browse/AXIS-2711
Project: Axis
Issue Type: Bug
Components: Basic Architecture
Reporter: Prasanna Sundarrajan
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
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]