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

https://github.com/midas/timely

Provides functions for converting, comparing and shifting Elixir dates/times.
https://github.com/midas/timely

Last synced: 8 months ago
JSON representation

Provides functions for converting, comparing and shifting Elixir dates/times.

Awesome Lists containing this project

README

          

# Timely

Provides functions for converting, comparing and shifting Elixir dates/times.

## Installation

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

```elixir
def deps do
[{:timely, "~> 1.0.0"}]
end
```