-
Notifications
You must be signed in to change notification settings - Fork 1
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 date shortcuts; see issue #13 #21
Conversation
As Timezone jl introduces Z / z as DateTime character this was misinterpreted. See https://juliatime.github.io/TimeZones.jl/dev/conversions/#Parsing-strings
7f90f7f
to
32150ec
Compare
I fixed the tests 🎉 I'll add some tests for the new function soon. |
I just saw that in Overpass turbo time calculation is done with constants of seconds. This means for durations like months or years this could lead to different behaviour. I still would stick to the current behaviour in this PR, as this is the correct way. But it should be added to documentation. |
9360657
to
813fbb5
Compare
541a2b8
to
d1653e1
Compare
All tests are done. For me this feature is ready to merge. |
Okay there are still two todos:
|
8ba5aae
to
315a244
Compare
315a244
to
f42a54f
Compare
@kaat0 Thank you a lot! |
Tests are currently missing and help is welcome.