Either get the APAR installed on your boxes, or revert to manually setting the DST rules:
see other DST threads in this forum
I will repeat once more:
(from IBM developerworks website)
3) The TZ variable is set and says DST is in use, but there is no TZ indication for when to start and stop observation of DST. This is the case where the default rule is used, which is where the APAR comes into play starting in 2007.
The default through 2006, if set explicitly, would look like: M4.1.0,M10.5.0
(M4.1.0 = Month 4 [apr], week 1, day 0 [sun])
The default starting in 2007 is like manually setting the rule to this: M3.2.0,M11.1.0
set TZ in /etc/environment like so:
TZ=EST5EDT,M3.2.0,M11.1.0
and reboot your server
HTH,
p5wizard