The time stamp in question is 201101060025.
lassign $xlateInVals t1
regsub — {(d{8})(d{2})(d{2})} $t1 {1 2:3:4} t1
set tout [clock format [clock scan $t1] -format “%m/%d/%Y %H:%M”]
set xlateOutVals
This is the error that is getting with it?
MESSAGE 1
Tcl callout error
erroCode: NONE
errorInfo:
unable to convert date-time string “20110106 00:25:”
while executing
“clock scan $t1”