Tcl Source Code

View Ticket
Login
Ticket UUID: 414024
Title: fix for bug#413397 - clock scan error
Type: Patch Version: None
Submitter: hemanglavana Created on: 2001-04-05 15:06:05
Subsystem: 06. Time Measurement Assigned To: hobbs
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2001-10-19 03:16:17
Resolution: Fixed Closed By: hobbs
    Closed on: 2001-10-18 20:16:17
Description:
This patch provides a fix for bug # 413397. It adds two
lines in
funciton RelativeMonth to correct the Julian time when
GMT flag
is true.

The function RelativeMonth is called only from one
function
 - TclGetDate and that also only when the clock scan
string
 contains "month" or "year" in it. Note that when
"year" is
specified, it is translated into corresponding months
before
RelativeMonth function is called.

Therefore, this patch looks relatively safe (ie. it
should not
introduce other bugs) although I have not tested it
extensively.
User Comments: hobbs added on 2001-10-19 03:16:17:
Logged In: YES 
user_id=72656

added to 8.3.4 and 8.4a4cvs.  See clock-8.1 test.

hemanglavana added on 2001-04-05 22:06:06:

File Added - 5022: diff.#413397

Attachments: