Package org. noelware. iana
Types
Link copied to clipboard
data class IANATimezone( val name: String, val alternativeName: String, val group: List<String>, val continentCode: String, val continentName: String, val countryCode: String, val countryName: String, val mainCities: List<String>, val rawOffsetInMinutes: Long, val abbreviation: String)
Content copied to clipboard
Represents a timezone from the IANA Timezone Database.
Functions
Link copied to clipboard
Returns the ZoneId object of this IANA timezone.
Link copied to clipboard
Returns a ZonedDateTime object with a given timezone.
Properties
Link copied to clipboard
Returns all the timezones available as a List.