time.Time not equals before and after serialization/deserialization to JSON on machine in UTC
reason: golang/go#19486 (comment)
code: https://play.golang.org/p/H0ACWIBZE3O
solution: change the time.Time comparison format. For example, compare time using time.Equal
time.Time not equals before and after serialization/deserialization to JSON on machine in UTC
reason: golang/go#19486 (comment)
code: https://play.golang.org/p/H0ACWIBZE3O
solution: change the time.Time comparison format. For example, compare time using time.Equal