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