mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-16 04:24:56 +02:00
api/message/json/codec.go: minor fix.
This commit is contained in:
parent
f537c6f95f
commit
dc3e59ad23
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ func createCodec() message.Codec {
|
|||
}
|
||||
|
||||
func init() {
|
||||
// Set timeformat used by eos api.
|
||||
// Set timeformat used by SHIP api
|
||||
jsontime.SetDefaultTimeFormat("2006-01-02T15:04:05.000", time.UTC)
|
||||
|
||||
// Register the json codec.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue