Skip to content

Commit a7a4c18

Browse files
committed
fix time string
1 parent 10bdc56 commit a7a4c18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/o2-infologger-bridge

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ proc server_event {} {
351351
set ts2 [expr {$tmicro - $ts1}]
352352

353353
# RFC 3339
354-
set tss [join [list [clock format $ts1 -format "%Y-%m-%dT%H:%M:%S" -timezone :UTC] [format "%06d" [expr {round($ts2 * 1e6)}]] "Z"] ""]
354+
set tss [join [list [clock format $ts1 -format "%Y-%m-%dT%H:%M:%S" -timezone :UTC] [format ".%06d" [expr {round($ts2 * 1e6)}]] "Z"] ""]
355355

356356
# PRI
357357
# local0

0 commit comments

Comments
 (0)