The help text says "YYYY-MM-DD HH:MM:SS", which I think I'm following but I get
I put the string in single quotes so the shell (Bash) should pass both date and time as a single argument, despite the space.
I found this forum post from 2020 which covers the same thing, but it isn't working for me with PMG 9.0.6.
Using epoch seconds as a workaround works. Am I missing something or is there a bug/documentation issue?
Thanks
Code:
$ pmg-log-tracker -s '2026-03-23 12:00:00'
Error: failed to parse start time
I put the string in single quotes so the shell (Bash) should pass both date and time as a single argument, despite the space.
I found this forum post from 2020 which covers the same thing, but it isn't working for me with PMG 9.0.6.
Using epoch seconds as a workaround works. Am I missing something or is there a bug/documentation issue?
Thanks