Following five commands work perfectly with Tcl 8.0 but
have stopped working with TCL8.3 and 8.4.
set timeCurrent [clock format [clock scan seconds]]
set i 2
set twoDaysAfter [clock format [clock
scan "$timeCurrent $i days"]]
set i -2
set twoDaysBefore [clock format [clock
scan "$timeCurrent $i days"]]
The message of Tcl is the following:
"unable to convert date-time string "Tue Feb 08
14:25:41 GMT 2005 -2 days"
Logged In: YES
user_id=99768
This is an exact duplicate of Bug 1118650, from the same
submitter. I'll track the problem under that report.