An open API service indexing awesome lists of open source software.

https://github.com/lostkobrakai/tzinfo

Implementation of the time zone information format (TZif) under RFC 8536
https://github.com/lostkobrakai/tzinfo

elixir elixir-lang elixir-library timezone zonefiles

Last synced: 12 months ago
JSON representation

Implementation of the time zone information format (TZif) under RFC 8536

Awesome Lists containing this project

README

          

# Tzinfo

Implementation of the time zone information format (TZif) under RFC 8536.

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `tzinfo` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:tzinfo, github: "LostKobrakai/tzinfo", branch: "master"}
]
end
```

Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/tzinfo](https://hexdocs.pm/tzinfo).