Re: event logger, scotty2.1.0

Juergen Schoenwaelder (schoenw@cs.utwente.nl)
Wed, 26 Jun 1996 17:19:35 +0200

Andreas Dannemann wrote:

> After editing /usr/local/lib/tkined1.4.0/apps/event.tcl the problem could
> be fixed:
>
> line 542: replaced
> set year [lindex [clock format [clock seconds]] 4]
> by
> set year [lindex [clock format [clock seconds]] 6]

woods@most.weird.com (Greg A. Woods) wrote:

> shouldn't that be the following? ;-)
>
> set year [lindex [clock format [clock seconds]] 5]

I changed the line to

set year [clock format [clock seconds] -format "%Y"]

which I hope is the best solution for this problem.

Juergen