Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-dheyman committed Mar 21, 2024
1 parent 2267266 commit 862cf18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ public void shouldGetTimestampForDifferentType() {

private Timestamp getFromType(int type, String value, TimeZone explicitTimezone) {
return SqlInputTimestampUtil.getTimestampFromType(
type, value, mockSession, TimeZone.getTimeZone("CET"), explicitTimezone);
type, value, mockSession, TimeZone.getTimeZone("GMT"), explicitTimezone);
}
}

0 comments on commit 862cf18

Please sign in to comment.