-
Notifications
You must be signed in to change notification settings - Fork 8
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 datetimes #38
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #38 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 5 6 +1
Lines 121 129 +8
=========================================
+ Hits 121 129 +8
☔ View full report in Codecov by Sentry. |
If we do this, I think we should support Dates for <v1.9 as well (as a direct dependency), via a @static if !isdefined(Base, :get_extension)
include("../ext/DatesExt.jl")
end |
@aplavin , should we get this one "home"? |
Yes I think this is ready |
@devmotion any objections to merging and releasing? |
My apologies @aplavin , we lost track of this one. @devmotion any objections to merging this? |
I'm very sorry for the delay @aplavin ! Merging this now. |
No description provided.