We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d281cae commit fcdfe5eCopy full SHA for fcdfe5e
src/main/java/com/zavtech/morpheus/array/ArrayType.java
@@ -85,7 +85,7 @@ public enum ArrayType {
85
typeMap.put(LocalTime.class, LOCAL_TIME);
86
typeMap.put(LocalDateTime.class, LOCAL_DATETIME);
87
typeMap.put(ZonedDateTime.class, ZONED_DATETIME);
88
- typeMap.put(java.util.TimeZone.class, TIME_ZONE);
+ typeMap.put(sun.util.calendar.ZoneInfo.class, TIME_ZONE);
89
typeMap.put(Class.forName("java.time.ZoneRegion"), ZONE_ID);
90
} catch (Exception ex) {
91
ex.printStackTrace();
0 commit comments