From: Techentin, R. W. <tec...@ma...> - 2005-10-08 18:42:17
|
> For some reason %G is not being translated into four digit year. I can verify that this is an HP-UX Tcl 8.4.6 problem. On HP-UX 11.0, with ActiveTcl 8.4.6: mynock> tclsh % clock format [clock seconds] -format {%G/%m/%d %H:%M:%S} G/10/08 13:38:11 % info patchlevel 8.4.6 While on Red Hat Enterprise Linux, also with ActiveTcl 8.4.6: walker.mayo.edu> tclsh % clock format [clock seconds] -format {%G/%m/%d %H:%M:%S} 2005/10/08 13:39:07 % info patchlevel 8.4.6 I can't install the latest ActiveTcl just now, but I suppose this can be written off as a known bug. Odd, though. Bob -- Bob Techentin tec...@ma... Mayo Foundation (507) 538-5495 200 First St. SW FAX (507) 284-9171 Rochester MN, 55901 USA http://www.mayo.edu/sppdg/ |