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
Having some manual (source = "external") records in log table, the execution of
source = "external"
log
t = datetime.datetime.utcnow().strftime("%Y%m%d%H%M%S") requests.get('https://localhost:5000/log?node_id=1&time=' + t, verify=False)
returns all records with time stamp after the given time t but also all manual records with time stamp before the given time t.
t
The text was updated successfully, but these errors were encountered:
Only valid on Matej's Linux Mint 18, wasn't an issue on Windows or Ubuntu 18 (bioarineo.tech). Considered invalid for the time being.
Sorry, something went wrong.
DanDayne
No branches or pull requests
Having some manual (
source = "external"
) records inlog
table, the execution ofreturns all records with time stamp after the given time
t
but also all manual records with time stamp before the given timet
.The text was updated successfully, but these errors were encountered: