Skip to content
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

Get log - time stamp ignored for manual (external) records #16

Open
xtrojak opened this issue Oct 28, 2019 · 1 comment
Open

Get log - time stamp ignored for manual (external) records #16

xtrojak opened this issue Oct 28, 2019 · 1 comment
Assignees
Labels
bug Something isn't working unconfirmed bug has occured randomly, but hasn't appeared since

Comments

@xtrojak
Copy link
Collaborator

xtrojak commented Oct 28, 2019

Having some manual (source = "external") records in log table, the execution of

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.

@xtrojak xtrojak added the bug Something isn't working label Oct 28, 2019
@xtrojak xtrojak mentioned this issue Oct 28, 2019
@DanDayne
Copy link
Collaborator

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.

@DanDayne DanDayne added the invalid This doesn't seem right label Oct 29, 2019
@DanDayne DanDayne reopened this Oct 29, 2019
@DanDayne DanDayne added unconfirmed bug has occured randomly, but hasn't appeared since and removed invalid This doesn't seem right labels Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unconfirmed bug has occured randomly, but hasn't appeared since
Projects
None yet
Development

No branches or pull requests

2 participants