Skip to content

Commit

Permalink
Use UTC time in test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippGackstatter committed Jul 28, 2023
1 parent 9600d57 commit 3d97aad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serializer/serix/serix_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func NewSimpleStruct() SimpleStruct {
Bytes: []byte{1, 2, 3},
BytesArray: [16]byte{3, 2, 1},
BigInt: big.NewInt(8),
Time: time.Unix(1000, 1000),
Time: time.Unix(1000, 1000).UTC(),
Int: 23,
Float: 4.44,
}
Expand Down

0 comments on commit 3d97aad

Please sign in to comment.