awslogs icon indicating copy to clipboard operation
awslogs copied to clipboard

Month and day are mixed up

Open Denys-Janrain-L opened this issue 4 years ago • 2 comments
trafficstars

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.

Denys-Janrain-L avatar Oct 04 '21 14:10 Denys-Janrain-L

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

ckirkos avatar May 19 '22 19:05 ckirkos

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

mcmartincerny avatar Sep 13 '23 11:09 mcmartincerny