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
- Host: GitHub
- URL: https://github.com/lostkobrakai/tzinfo
- Owner: LostKobrakai
- Created: 2020-01-02T13:34:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-02T13:42:50.000Z (over 6 years ago)
- Last Synced: 2025-05-06T19:55:56.861Z (about 1 year ago)
- Topics: elixir, elixir-lang, elixir-library, timezone, zonefiles
- Language: Elixir
- Size: 14.6 KB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).