-
Notifications
You must be signed in to change notification settings - Fork 101
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
Crash when date format is Double #36
Labels
bug
Something isn't working
Comments
Would you please post the raw string? e.g. |
Never mind. I've got an example working. |
Fix is on master, so it'll be part of the next release. |
Thanks for the fast fix! |
You made it kind of easy ;) |
Released in 0.8.204. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all.
Im working with this lib for
cognito-idp
and I have encountered an exception when parsing the aws response:After some debugging I saw that the response of the aws request looks like this:
As you can see the format of
CreationDate
andLastModifiedDate
isdouble
this causes to crash in the
shape/parse-data
.adding a
(double? data) (java.util.Date. (* 1000 (long data)))
is fixing the issueif more info is needed let me know,
Thanks ahead
The text was updated successfully, but these errors were encountered: