1
0
Fork 0
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:
Henrik Hautakoski 2024-01-07 14:33:46 +01:00
parent f537c6f95f
commit dc3e59ad23

View file

@ -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.