Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit fcdfe5e

Browse files
authoredDec 6, 2023
Update ArrayType.java
1 parent d281cae commit fcdfe5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/main/java/com/zavtech/morpheus/array/ArrayType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public enum ArrayType {
8585
typeMap.put(LocalTime.class, LOCAL_TIME);
8686
typeMap.put(LocalDateTime.class, LOCAL_DATETIME);
8787
typeMap.put(ZonedDateTime.class, ZONED_DATETIME);
88-
typeMap.put(java.util.TimeZone.class, TIME_ZONE);
88+
typeMap.put(sun.util.calendar.ZoneInfo.class, TIME_ZONE);
8989
typeMap.put(Class.forName("java.time.ZoneRegion"), ZONE_ID);
9090
} catch (Exception ex) {
9191
ex.printStackTrace();

0 commit comments

Comments
 (0)
Please sign in to comment.