Skip to content

Commit

Permalink
try fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
oriser committed Sep 25, 2024
1 parent d622169 commit 70a0001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion regroup_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ func TestTimeParsing(t *testing.T) {
assert.Equal(t, time.Date(2012, 11, 1, 22, 8, 41, 0, time.FixedZone("", 0)).String(), parsed.Timestamp.String())
assert.Equal(t, time.Date(2012, 1, 2, 15, 4, 5, 0, time.FixedZone("PST", -8*60*60)).String(), (*parsed.TimestampPtr).String())
assert.Equal(t, time.Date(2012, 1, 2, 15, 4, 5, 0, time.FixedZone("", 4*60*60)).String(), parsed.TimestampWithPattern.String())
assert.Equal(t, time.Date(2024, 3, 4, 0, 0, 0, 0, time.UTC).String(), parsed.Date.String())
assert.Equal(t, time.Date(2024, 3, 4, 0, 0, 0, 0, time.UTC).UTC().String(), parsed.Date.String())
},
},
"Missing timezone": {
Expand Down

0 comments on commit 70a0001

Please sign in to comment.