[XML-SIG] Re: [XML-checkins]CVS: xml/xml/utils iso8601.py,1.6,1.7

Rich Salz rsalz@datapower.com
Thu, 26 Sep 2002 14:31:52 -0400


If you want to handle US local time, then you have to allow seconds to 
be between 0 and 61, inclusive.  At least twice the US has had 
two-leap-seconds in the same year, resulting in a local time of 
11:59:61.  The details are probably in some POSIX spec.
	/r$