Bugs item #1098875, was opened at 2005-01-09 04:08
Message generated for change (Settings changed) made by shawnkhall
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=432066&aid=1098875&group_id=42081

Category: UI
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Clock tooltip date is off by 3 days

Initial Comment:
The date displayed on the clock tooltip is 3 days behind.

This occurs when format string is "d", "dd", "EEE", 
or "EEEE".

The system clock time and date are correct. The clock 
display on the dqsd window is correct. It is just the 
tooltip that is hosed.

Ed Stegman
[EMAIL PROTECTED]

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

Comment By: Kim Gr�sman (kimgrasman)
Date: 2005-01-09 12:06

Message:
Logged In: YES 
user_id=551308

Ed,

Thanks a lot for finding the bug! We'll fix it for the next drop.

- Kim

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

Comment By: Nobody/Anonymous (nobody)
Date: 2005-01-09 11:57

Message:
Logged In: NO 

The bug is in clock.js, and caused by the function 
CalcWeekNo(date) not treating the date argument as a 
constant. It changes the value in this line:
    date.setDate(date.getDate() + (4 - day));

CalcWeekNo is invoked from function formatdate(date,format).

Ed Stegman
[EMAIL PROTECTED]

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

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=432066&aid=1098875&group_id=42081


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Archive: https://lists.sourceforge.net/lists/listinfo/dqsd-devel

Reply via email to