Tcl Source Code

View Ticket
Login
Ticket UUID: 1513489
Title: One's UTC is another's GMT...
Type: Bug Version: obsolete: 8.4.13
Submitter: kot Created on: 2006-06-27 17:44:57
Subsystem: 06. Time Measurement Assigned To: kennykb
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2006-07-31 00:05:54
Resolution: Accepted Closed By: kennykb
    Closed on: 2006-07-30 17:05:54
Description:
clock-3.2 and clock-3.4 tests are failing on FreeBSD 
because, where the tests expect "GMT", the system's 
libc is returning "UTC":

---- Result was:
UTCPST
---- Result should have been (exact matching):
GMTPST

and:

---- Result was:
UTCUTC
---- Result should have been (exact matching):
GMTGMT

The attached patch is one way to fix this problem...
User Comments: kennykb added on 2006-07-30 23:53:19:
Logged In: YES 
user_id=99768

8.4 only - 8.5 doesn't even have the same test cases.

kot added on 2006-06-28 00:44:57:

File Added - 183174: patch-test-clock

Attachments: