Uses of Class
org.apache.juneau.commons.time.TimeProvider
Packages that use TimeProvider
Package
Description
Time and date utilities including time providers and granular date/time handling.
-
Uses of TimeProvider in org.apache.juneau.commons.time
Fields in org.apache.juneau.commons.time declared as TimeProviderModifier and TypeFieldDescriptionstatic final TimeProviderTimeProvider.INSTANCEThe default instance that uses the system's time and timezone.Methods in org.apache.juneau.commons.time with parameters of type TimeProviderModifier and TypeMethodDescriptionstatic GranularZonedDateTimeGranularZonedDateTime.of(String value, ZoneId defaultZoneId, TimeProvider timeProvider) Parses an ISO8601 timestamp string into a GranularZonedDateTime with a default timezone and custom time provider.static GranularZonedDateTimeGranularZonedDateTime.of(String value, TimeProvider timeProvider) Parses an ISO8601 timestamp string into a GranularZonedDateTime with a custom time provider.