class

Time::Location::InvalidTZDataError

Inherits Time::Error / Exception / Reference / Object

InvalidTZDataError is raised if a zoneinfo file contains invalid time zone data.

Details on the exact cause can be found in the error message.

Constructors

new(message : String | Nil = "Malformed time zone information", cause : Exception | Nil = nil)
Source