31 May 2023 03:04 PM
Solved! Go to Solution.
31 May 2023 03:36 PM - edited 01 Jun 2023 03:49 PM
fetch logs, from: bin(now()-1d, 1d) + 17h + 30m, to: bin(now(), 1d) + 17h + 30m
03 Jun 2024 06:45 AM
Also,
If your timezone is not in UTC then you might have to subtract/add that from the timeframe as Sini mentioned above.
My timezone is UTC+5:30 so I had to
from: bin(now()-1d, 1d) -5h -30m, to: bin(now(), 1d) -5h - 30m
do this to get the data of previous day.
Thanks @sinisa_zubic this saved lot of effort for me 😃.
Regards,
Maheedhar.