This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/10211] New: localtime does not consider the leap-seconds. glibc >= 2.7


localtime does not consider the leap-seconds, if daylight-saving time is not
defined timep's year or later

daylight-saving time:
  $ TZ=right/US/Eastern date -d@1230768023
  Wed Dec 31 18:59:60 EST 2008

no daylight-saving time:
  $ TZ=right/Asia/Tokyo date -d@1230768023
  Thu Jan  1 09:00:23 JST 2009

  expected => Thu Jan  1 08:59:60 JST 2009

-- 
           Summary: localtime does not consider the leap-seconds. glibc >=
                    2.7
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
        AssignedTo: drepper at redhat dot com
        ReportedBy: hattya at gentoo dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=10211

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]