Bugs item #1699489, was opened at 2007-04-12 12:32
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=650322&aid=1699489&group_id=108380

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Parsing
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Incorrect UNIX/Julian conversion

Initial Comment:
In the class PelEntryTime, the conversion taking place between the Julian 
calendar and a UNIX timestamp is not always correct.

For example, should you get the value of the time as a UNIX timestamp (hereby 
referred to as t) and add a number of seconds to it, and then set the value to 
the new value -> setValue(t+x), then the Julian conversion can be incorrect if 
the addition of X makes the time roll over into the next day (i.e. from 11:59pm 
on 01/01/2007 to 12:01am on 01/02/2007). The time will be correct, but the day 
will be one day behind (giving you 01/01/2007 12:01am).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=650322&aid=1699489&group_id=108380

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
PEL-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/pel-devel

Reply via email to