-
Notifications
You must be signed in to change notification settings - Fork 601
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Koans about Date and Time #139
Comments
That seems useful to me! Maybe even something about the new calendar types? |
👍 Overall My only concern would be that elixir standard library does not provide functionality to manipulate dates and times. I wonder how far these koans could go when the only thing you can do with standard Elixir is construct date/time structs? Thoughts? |
@ukutaht I'm not thinking about them as a standalone koan for now, and I guess in some future version of elixir more support for dates and times will be added and than it can be extended for now it's only basic things. |
Elixir 1.5 added introduced som date/time arithematics to the standard library. See here. It might be enough to start writing exercises for it. |
For me it was a nice thing to know about ways to work with them, especially about NaiveDateTime sigil, which was not obvious.
If you also think that's nice, I can PR the couple of koans about them
The text was updated successfully, but these errors were encountered: