We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting a failure at https://github.com/artefactual/automation-tools/blob/master/tests/test_create_dip.py#L143 when I run test_create_dip_success locally:
test_create_dip_success
> assert aip_lastmodified - 1 <= lastmodified <= aip_lastmodified + 1 E AssertionError: assert 1510853052 <= (1510849451 + 1)
This looks like a (DST) timezone issue because the dates are off by 1 hour (plus the expected 1 second):
1510849451
1510853052
The text was updated successfully, but these errors were encountered:
jrwdunham
No branches or pull requests
I'm getting a failure at https://github.com/artefactual/automation-tools/blob/master/tests/test_create_dip.py#L143 when I run
test_create_dip_success
locally:This looks like a (DST) timezone issue because the dates are off by 1 hour (plus the expected 1 second):
1510849451
is 2017-11-16 08:24:111510853052
is 2017-11-16 09:24:12The text was updated successfully, but these errors were encountered: