New Daylight Savings Time in US

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Merijn Schering

    New Daylight Savings Time in US

    I heard that the Daylight Savings time in the US will change. Will PHP
    deal with this automatically?

    Best regards,

    Merijn
  • Allodoxaphobia

    #2
    Re: New Daylight Savings Time in US

    On Fri, 16 Feb 2007 21:47:02 +0100, Merijn Schering wrote:
    I heard that the Daylight Savings time in the US will change. Will PHP
    deal with this automatically?
    Only if the operating system does it correctly.

    Jonesy
    --
    Marvin L Jones | jonz | W3DHJ | linux
    38.24N 104.55W | @ config.com | Jonesy | OS/2
    *** Killfiling google posts: <http://jonz.net/ng.htm>

    Comment

    • Merijn Schering

      #3
      Re: New Daylight Savings Time in US

      Op Fri, 16 Feb 2007 21:49:48 +0000, schreef Allodoxaphobia:
      On Fri, 16 Feb 2007 21:47:02 +0100, Merijn Schering wrote:
      >I heard that the Daylight Savings time in the US will change. Will PHP
      >deal with this automatically?
      >
      Only if the operating system does it correctly.
      >
      Jonesy
      Ok thanks I'll try to find out if Linux does but I guess it will.

      Regards,
      Merijn

      Comment

      • Allodoxaphobia

        #4
        Re: New Daylight Savings Time in US

        On Sat, 17 Feb 2007 22:13:50 +0100, Merijn Schering wrote:
        Op Fri, 16 Feb 2007 21:49:48 +0000, schreef Allodoxaphobia:
        >
        >On Fri, 16 Feb 2007 21:47:02 +0100, Merijn Schering wrote:
        >>I heard that the Daylight Savings time in the US will change. Will PHP
        >>deal with this automatically?
        >>
        >Only if the operating system does it correctly.
        >
        Ok thanks I'll try to find out if Linux does but I guess it will.
        Only if the timezone has been updated since the shift in DST dates.

        $ rpm -qa timezone
        timezone-2.4-7.......

        I dunno which older version of timezone first included the shift in DST dates.

        Jonesy
        --
        Marvin L Jones | jonz | W3DHJ | linux
        38.24N 104.55W | @ config.com | Jonesy | OS/2
        *** Killfiling google posts: <http://jonz.net/ng.htm>

        Comment

        • Merijn Schering

          #5
          Re: New Daylight Savings Time in US

          Op Sat, 17 Feb 2007 22:18:05 +0000, schreef Allodoxaphobia:
          On Sat, 17 Feb 2007 22:13:50 +0100, Merijn Schering wrote:
          >Op Fri, 16 Feb 2007 21:49:48 +0000, schreef Allodoxaphobia:
          >>
          >>On Fri, 16 Feb 2007 21:47:02 +0100, Merijn Schering wrote:
          >>>I heard that the Daylight Savings time in the US will change. Will PHP
          >>>deal with this automatically?
          >>>
          >>Only if the operating system does it correctly.
          >>
          >Ok thanks I'll try to find out if Linux does but I guess it will.
          >
          Only if the timezone has been updated since the shift in DST dates.
          >
          $ rpm -qa timezone
          timezone-2.4-7.......
          >
          I dunno which older version of timezone first included the shift in DST dates.
          >
          Jonesy

          I run debian and it depends on the libc6 package:

          I found this article for anyone interested:



          I run debian sarge and it is OK according to this page.

          dpkg -l libc6 shows I have version 2.3.2.ds1-22sa

          Thanks for your help!

          Regards,
          Merijn

          Comment

          Working...