Skip to content

Allow specifying relative times in seconds - #284

Open
csw wants to merge 1 commit into
jorgebastida:masterfrom
csw:seconds
Open

Allow specifying relative times in seconds#284
csw wants to merge 1 commit into
jorgebastida:masterfrom
csw:seconds

Conversation

@csw

@csw csw commented Jan 2, 2020

Copy link
Copy Markdown

Time values in seconds were not recognized as relative times in the
same way as minutes, hours, etc. This produced surprising results;
'30s' was passed directly to dateutil, which interpreted it as meaning
30 seconds into the current day, so awslogs displayed 15 hours of log
data rather than the expected 30 seconds of it.

Time values in seconds were not recognized as relative times in the
same way as minutes, hours, etc. This produced surprising results;
'30s' was passed directly to dateutil, which interpreted it as meaning
30 seconds into the current day, so awslogs displayed 15 hours of log
data rather than the expected 30 seconds of it.
@coveralls

Copy link
Copy Markdown

Coverage Status

Coverage remained the same at 92.069% when pulling ab3d341 on csw:seconds into 401870b on jorgebastida:master.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants