-
Notifications
You must be signed in to change notification settings - Fork 18
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
Timestamp 2010-01-01T00:00Z throws Date or DateTime Format not supported #259
Labels
bug
Something isn't working as expected
Comments
same is true for 2010-01-01T00Z |
the relevant code should be around here: https://github.com/GIScience/oshdb/blob/master/oshdb-util/src/main/java/org/heigit/bigspatialdata/oshdb/util/time/ISODateTimeParser.java#L66-L75 |
@mcauer would you like to take a look at this one? |
mcauer
added a commit
that referenced
this issue
Sep 7, 2020
11 tasks
tyrasd
pushed a commit
that referenced
this issue
Sep 16, 2020
joker234
pushed a commit
that referenced
this issue
Nov 3, 2020
joker234
pushed a commit
that referenced
this issue
Nov 3, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Trying to use the timestamp 2010-01-01T00:00Z as a start timestamp for the oshdb-api throws an
[main] ERROR org.heigit.bigspatialdata.oshdb.api.mapreducer.MapReducer - unable to parse ISO date string: Date or DateTime Format not supported: 2010-01-01T00:00Z
The text was updated successfully, but these errors were encountered: