Sometimes a feed doesn't always follow the exact same time format for seconds and milliseconds and how many decimal points it has in a single date field. Velocity then seems to ignore the time stamp when it doesn't follow the specified formatting, leaving date field blank, unless it matches.
The first return row has a timestamp with 9 decimals however, not all of the data has 9 decimals, most don't have any decimals. Everything has seconds at least.
"2024-06-28T19:13:00Z"
"2024-06-28T19:05:52.502140873Z"
Is there something I am missing? Should I be using a specific notation when it's like this? The documentation provided didn't seem to discuss rogue timestamps. I wouldn't mind it rounding up to seconds, but I at least want it to pass through.

Two rows don't get a date.... the others do:
