-
Notifications
You must be signed in to change notification settings - Fork 12
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
Date field is not recognized as such #91
Comments
thanks for the report @Bisaloo , having a look |
it's actually a fix needed in I was just using the date from the response header directly, but httr parses the http response date to another format to put in to the opened an issue in webmockr, you can see the ping above |
@Bisaloo install from master |
Confirmed fixed. Thank you for your responsiveness! |
and thanks for the detailed report |
I am not sure whether should be fixed on
vcr
orhttr
side. Here's a reprex that will explain the issue better than I could:Created on 2019-02-01 by the reprex package (v0.2.1)
Session info
This happens on L36 of
response.r
fromhttr
.The text was updated successfully, but these errors were encountered: