Menu

#3064 Problem with function clock

final: 8.3.5
closed-duplicate
5
2005-02-08
2005-02-08
yandres
No

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"

Discussion

  • Kevin B KENNY

    Kevin B KENNY - 2005-02-08

    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.

     
  • Kevin B KENNY

    Kevin B KENNY - 2005-02-08
    • status: open --> closed-duplicate
     
MongoDB Logo MongoDB