Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
Description
Now timeZoneList in DateUtility belongs to Joda time.
Since we have replace Joda time with Java time in ARROW-2015, this should also be changed.
TimeStampXXTZVectors have a timezone member which seems not used now and its getObject returns Long(different with that in TimeStampXXVectors which returns LocalDateTime), should it return LocalDateTime with its timezone?
Is it reasonable if we do as follows:
- remove Joda timezoneList in DateUtility
- add method like getLocalDateTimeFromEpochMilli(long epochMillis, String timezone) in DateUtility
- Not sure make TimeStampXXTZVectors return LocalDateTime?
Attachments
Issue Links
- links to