Bug#523280: localtime doesn't count leap seconds near 2038

2009-04-09 Thread Aurelien Jarno
On Thu, Apr 09, 2009 at 02:55:48PM +0900, Tanaka Akira wrote: Package: libc6 Version: 2.7-18 I found that date command doesn't work well with leap seconds after 2037-11-01 with right/EST5EDT timezone. % TZ=right/EST5EDT date -d @2140668023 Sun Nov 1 01:59:59 EDT 2037 % TZ=right/EST5EDT

Bug#523280: localtime doesn't count leap seconds near 2038

2009-04-09 Thread Tanaka Akira
In article 20090409120658.gh26...@hall.aurel32.net, Aurelien Jarno aurel...@aurel32.net writes: The second after 01:59:59 EDT should be 01:00:00 EST, not 01:00:24 EST. This is a problem on 32-bit machines only, because it is very close to 2^31 - 1. I see. I use a 32-bit machine (i386).

Bug#523280: localtime doesn't count leap seconds near 2038

2009-04-08 Thread Tanaka Akira
Package: libc6 Version: 2.7-18 I found that date command doesn't work well with leap seconds after 2037-11-01 with right/EST5EDT timezone. % TZ=right/EST5EDT date -d @2140668023 Sun Nov 1 01:59:59 EDT 2037 % TZ=right/EST5EDT date -d @2140668024 Sun Nov 1 01:00:24 EST 2037 The second after