Timex.Parse.ZoneInfo.Parser

This module is responsible for parsing binary zoneinfo files, such as those found in /usr/local/zoneinfo.

Summary

Functions

Given a path to a zoneinfo file, or the binary data from a zoneinfo file, parse the timezone information inside, and return it as a Zone struct

Functions

parse(path)

Specs

parse(binary) ::
  {:ok, Timex.Parse.ZoneInfo.Parser.Zone.t} |
  {:error, binary}

Given a path to a zoneinfo file, or the binary data from a zoneinfo file, parse the timezone information inside, and return it as a Zone struct.