Documentation

Std.Time.Zoned.Database.TzIf

Represents the header of a TZif file, containing metadata about the file's structure.

  • version : UInt8

    The version of the TZif file format.

  • isutcnt : UInt32

    The count of UT local indicators in the file.

  • isstdcnt : UInt32

    The count of standard/wall indicators in the file.

  • leapcnt : UInt32

    The number of leap second records.

  • timecnt : UInt32

    The number of transition times in the file.

  • typecnt : UInt32

    The number of local time types in the file.

  • charcnt : UInt32

    The total number of characters used in abbreviations.

Instances For

    Represents the local time type information, including offset and daylight saving details.

    • The GMT offset in seconds for this local time type.

    • isDst : Bool

      Indicates if this local time type observes daylight saving time.

    • abbreviationIndex : UInt8

      The index into the abbreviation string table for this time type.

    Instances For

      Represents a leap second record, including the transition time and the correction applied.

      Instances For

        Represents version 1 of the TZif format.

        Instances For

          Represents a TZif file, which can be either version 1 or version 2.

          Instances For

            Parses a TZif file, which may be in either version 1 or version 2 format.

            Instances For