Skip to content

Commit 70934b2

Browse files
committed
Change clock supplier to use UTC time
1 parent fdc50ef commit 70934b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

databricks-sdk-java/src/main/java/com/databricks/sdk/core/utils/SystemClockSupplier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
public class SystemClockSupplier implements ClockSupplier {
66
@Override
77
public Clock getClock() {
8-
return Clock.systemDefaultZone();
8+
return Clock.systemUTC();
99
}
1010
}

0 commit comments

Comments
 (0)