[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/25651] GregorianCalendar should handle leap seconds
From: |
kaz at maczuka dot gcd dot org |
Subject: |
[Bug classpath/25651] GregorianCalendar should handle leap seconds |
Date: |
10 Jan 2006 04:04:42 -0000 |
------- Comment #1 from kaz at maczuka dot gcd dot org 2006-01-10 04:04 -------
GregorianCalendar not only of GNU Classpath but also of Sun's JDK
does not take leap seconds into consideration.
Even if "Dec 31 23:59:60 2005" is accepted by GregorianCalendar,
this is nothing but a lenient expression of "Jan 1 00:00:00 2006"
and not a leap second.
So I do not think it reasonable to allow the second 60 in
nonLeniencyCheck().
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25651