We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6069320 commit 8648540Copy full SHA for 8648540
hibernate-dialect/src/test/java/tech/ydb/hibernate/types/TypesTest.java
@@ -3,7 +3,6 @@
3
import java.math.BigDecimal;
4
import java.time.LocalDate;
5
import java.time.LocalDateTime;
6
-import java.util.TimeZone;
7
import org.hibernate.cfg.AvailableSettings;
8
import static org.junit.jupiter.api.Assertions.assertEquals;
9
import org.junit.jupiter.api.BeforeAll;
@@ -33,8 +32,6 @@ static void beforeAll() {
33
32
34
@Test
35
void integrationTypesTest() {
36
- TimeZone.setDefault(TimeZone.getTimeZone("UTC"));
37
-
38
Employee employee = new Employee(
39
1,
40
"Kirill Kurdyukov",
0 commit comments