[Bug 13260] dateTime time-on-timeline incorrect for BCE years?

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13260

Alex Hall <alexhall@revelytix.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID

--- Comment #1 from Alex Hall <alexhall@revelytix.com> 2011-07-14 21:48:44 UTC ---
The discrepancy is due to the fact that my implementation of the algorithm was
in Java, which uses a different implementation of integer division (negative
quotients are rounded up, not down) than what is specified by XSD. Changing my
implementation to correctly implement XSD div for negative quotients yields
correct results for BCE years.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Thursday, 14 July 2011 21:48:53 UTC