Can someone help me with a preproc to convert the time from inbound OBR 7 field to military time format outbound. For example, the iinbound format is 201401280127 and I need the outbound to be 201401281327 ?
I have tried the following and it did not work:
lassign $xlateInVals date
set xlateOutVals [clock format [clock scan $date] -format %Y%m%d%H%M]
Thank you so much,
Femina