mirror of
https://codeberg.org/scip/ts.git
synced 2025-12-17 12:31:06 +01:00
add default datetime format, fix default format usage
This commit is contained in:
@@ -105,7 +105,8 @@ func (tp *TimestampProccessor) SingleTimestamp(timestamp string) error {
|
||||
return err
|
||||
}
|
||||
|
||||
tp.Print(ts)
|
||||
tp.Print(TPdatetime{TimestampProccessor: *tp, Data: ts})
|
||||
//tp.Print(ts)
|
||||
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user