Implement GetTimeZoneTransition
method for ZonedDateTime
#152
Labels
C-enhancement
New feature or request
GetTimeZoneTransition
method for ZonedDateTime
#152
Related to ongoing work for #13.
The method
GetTimeZoneTransition
needs to be implemented forZonedDateTime
.This may involve extending the
TzProvider
trait and implementing that extension onFsTzdbProvider
.Initial thought on how the implementation may look would be to add the method like below:
The text was updated successfully, but these errors were encountered: