Skip to content
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

Support instant values satisfying the Inst protocol #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

glts
Copy link

@glts glts commented May 16, 2018

This change gently updates the date and time handling in Huri core and plots to support all inst? values, not just the type org.joda.time.DateTime used in clj-time. This has been made possible by a recent change in clj-time that extends Inst to org.joda.time.DateTime.

With this change, clj-time still has the same central position for handling time values in Huri. The huri.time namespace is untouched. It is just no longer a requirement to use clj-time – #inst literals are now supported out of the box.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant