Koozali.org: home of the SME Server

Preparing for daylight saving time changes in 2007

Offline Snoopyski

  • *
  • 141
  • +0/-0
    • http://www.serviceinfosg.com
Preparing for daylight saving time changes in 2007
« on: February 27, 2007, 10:11:10 PM »
Hello everyone,

I just want to know if somebody have think about  update for SME 7 (CENTOS) for Preparing for daylight saving time changes in 2007 ??? Microsoft have already created a "patch" for new time zone (USA and Canada) ...

But Linux need a patch ????

Please let us know,

Snoopyski

Offline byte

  • *
  • 2,183
  • +2/-0
Re: Preparing for daylight saving time changes in 2007
« Reply #1 on: February 27, 2007, 11:32:01 PM »
Quote from: "Snoopyski"
Hello everyone,

I just want to know if somebody have think about  update for SME 7 (CENTOS) for Preparing for daylight saving time changes in 2007 ??? Microsoft have already created a "patch" for new time zone (USA and Canada) ...

But Linux need a patch ????

Please let us know,

Snoopyski


Have you raised a bug ticket?
--[byte]--

Have you filled in a Bug Report over @ http://bugs.contribs.org ? Please don't wait to be told this way you help us to help you/others - Thanks!

jimgoode

Preparing for daylight saving time changes in 2007
« Reply #2 on: February 28, 2007, 07:21:43 PM »
I just downloaded and installed 7.1 and it does contain the new daylight savings time for U.S. Central time zone. To see if your installed version is ready, login in as root and run:

zdump -v /etc/localtime | grep 2007
(be sure and use the complete path to the localtime file)

My output results reflect the correct start and stop day/times.
/etc/localtime  Sun Mar 11 07:59:59 2007 UTC = Sun Mar 11 01:59:59 2007 CST isdst=0 gmtoff=-21600
/etc/localtime  Sun Mar 11 08:00:00 2007 UTC = Sun Mar 11 03:00:00 2007 CDT isdst=1 gmtoff=-18000
/etc/localtime  Sun Nov  4 06:59:59 2007 UTC = Sun Nov  4 01:59:59 2007 CDT isdst=1 gmtoff=-18000
/etc/localtime  Sun Nov  4 07:00:00 2007 UTC = Sun Nov  4 01:00:00 2007 CST isdst=0 gmtoff=-21600

HTH, Jim