1837731 Members
3422 Online
110118 Solutions
New Discussion

Dst change

 
Curtis Lott
Occasional Contributor

Dst change

I am trying to determine if Apache need a patch to address the DST change in March. I have reviewed several website, but no information is clear on the subject for apache

2 REPLIES 2
Ivan Krastev
Honored Contributor

Re: Dst change

In DST description there are some words - "Some applications perform date and time manipulation and may make automatic decisions based on Daylight Saving Time rules."

The most affected product from DST will be Java and if you have some java applications running under apache is recomended to apply the patch.

Here is more info about DST changes - http://h10072.www1.hp.com/dst/


regards,
ivan
James R. Ferguson
Acclaimed Contributor

Re: Dst change

Hi Curtis:

As far as I know, Apache (itself) should obtain its notion of local time from the underlying libC system libraries. That means, the a properly patched operating system will provide the necessary information. A Google search using "Apache +DST" would seem to confirm that.

Java applications are another story:

http://www.hp.com/go/DST

Regards!

...JRF...