Y
Hacker News
new
|
ask
|
show
|
jobs
by
princevegeta89
1862 days ago
Timex was never needed. We have a library Calendar.DateTime that has all the functionality we need
1 comments
_asummers
1862 days ago
DateTime was added in Elixir 1.8.0. Timex filled a vacuum for a long time, and still has a few nice convenience functions. In new codebases, I of course drop Timex, but it was very much needed until those APIs were added.
link