jorgebastida / awslogs

AWS CloudWatch logs for Humans™
Other
4.86k stars 336 forks source link

Month and day are mixed up #360

Open Denys-Janrain-L opened 3 years ago

Denys-Janrain-L commented 3 years ago

There's an example in docs: --start='23/1/2015 12:00', which states that this means 23-th of January. After few simple experiments I've found that this leads to trying to fetch oldest logs possible. When I was trying to fetch logs for 2-nd of October (--start '02/10/2021 17:00') I was getting oldest possible logs. When I've changed it to --start '10/02/2021 17:00' - got logs starting from 02 October.

ckirkos commented 2 years ago

Depends on where you live. I would specify it as 01/23/2015.

mcmartincerny commented 1 year ago

@DenisZ-Janrain thank you! This was my problem, you save me hours!