{"id":21564620,"url":"https://github.com/svycal/zonex","last_synced_at":"2025-04-10T13:07:19.293Z","repository":{"id":49745903,"uuid":"516882833","full_name":"svycal/zonex","owner":"svycal","description":"An Elixir library for compiling enriched time zone information","archived":false,"fork":false,"pushed_at":"2025-02-25T14:47:49.000Z","size":83,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-24T11:45:45.342Z","etag":null,"topics":["elixir","time-zones"],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/zonex","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/svycal.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-22T20:47:18.000Z","updated_at":"2025-02-25T14:47:52.000Z","dependencies_parsed_at":"2023-01-23T09:31:22.017Z","dependency_job_id":null,"html_url":"https://github.com/svycal/zonex","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svycal%2Fzonex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svycal%2Fzonex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svycal%2Fzonex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/svycal%2Fzonex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/svycal","download_url":"https://codeload.github.com/svycal/zonex/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248224047,"owners_count":21068071,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","time-zones"],"created_at":"2024-11-24T10:16:35.197Z","updated_at":"2025-04-10T13:07:19.287Z","avatar_url":"https://github.com/svycal.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Zonex [![Hex Docs](https://img.shields.io/hexpm/v/zonex)](https://hexdocs.pm/zonex/readme.html)\n\nAn Elixir library for compiling enriched time zone information.\n\n## Installation\n\nAdd `zonex` to your list of dependencies in `mix.exs`. You will also need to install and configure the `ex_cldr` library with the `ex_cldr_time_zone_names` plugin, since Zonex requires a CLDR backend for compiling time zone names.\n\n```elixir\ndef deps do\n  [\n    {:zonex, \"~\u003e 0.6.0\"},\n\n    # Additional required dependencies\n    {:ex_cldr, \"~\u003e 2.33\"},\n    {:ex_cldr_time_zone_names, \"~\u003e 0.1\"},\n\n    # ...\n  ]\nend\n```\n\nIn your application, configure your CLDR backend module:\n\n```elixir\ndefmodule MyApp.Cldr do\n  use Cldr,\n    providers: [\n      Cldr.TimeZoneName,\n      # ...\n    ],\n    # ...\nend\n```\n\nThen, let Zonex know what CLDR backend module to use in your application config:\n\n```elixir\n# config/config.exs\n\nconfig :zonex, cldr_backend: MyApp.Cldr\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvycal%2Fzonex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsvycal%2Fzonex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsvycal%2Fzonex/lists"}