You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "Prasanna Sundarrajan (JIRA)" <ax...@ws.apache.org> on 2007/12/02 17:11:43 UTC

[jira] Created: (AXIS-2711) Axis Date issue - DayLight Savings

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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS-2711) Axis Date issue - DayLight Savings

Posted by "Prasanna Sundarrajan (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS-2711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Prasanna Sundarrajan updated AXIS-2711:
---------------------------------------

    Attachment: Request and Response.txt

Request and Response from the tcp monitor. 

> 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
>         Attachments: Request and Response.txt
>
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org