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.
- Host: GitHub
- URL: https://github.com/midas/timely
- Owner: midas
- License: mit
- Created: 2017-12-29T20:24:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-12T15:01:32.000Z (over 2 years ago)
- Last Synced: 2025-09-17T16:39:46.997Z (9 months ago)
- Language: Elixir
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```