good_times
good_times copied to clipboard
Expressive and easy to use datetime functions in Elixir.
Results
2
good_times issues
Sort by
recently updated
recently updated
newest added
This is just a concretisation of some ideas mentioned in #2. I'm not overly fond of the function names (e.g. `to_elixir_date`, `to_elixir_datetime`). Obviously, the Travis builds will be broken until...
Let's use as much as we can from the Calendar module. We should - accept Calendar structs as input. - struct in means same kind of struct out. - if...
enhancement