Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jsmestad/epoch.ex
https://github.com/jsmestad/epoch.ex
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jsmestad/epoch.ex
- Owner: jsmestad
- License: apache-2.0
- Created: 2021-02-20T23:41:54.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-03-27T19:22:08.000Z (over 3 years ago)
- Last Synced: 2024-10-10T23:47:54.630Z (26 days ago)
- Language: Elixir
- Homepage: https://hexdocs.pm/epoch
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Epoch
Conversion between Elixir native `DateTime` and epoch formats.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `epoch` to your list of dependencies in `mix.exs`:```elixir
def deps do
[
{:epoch, "~> 1.0.0"}
]
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/epoch](https://hexdocs.pm/epoch).