Appreciate the new 11.3.6 feature to designate traffic export start and end parameters with date time precision.
However, the parameters values are not constraining the data export as expected.
This command:
workloader.exe traffic -s 2024-08-15T11:00:00Z -e 2024-08-15T11:01:00Z --output-file SomeMinutes.csv
....produces a file with records spanning more than the designated time range.
Results indicate that the start parameters is properly being utilized, but the end parameter is not, as data always goes through 23:59:59 of the specific date]