In forming a datetime (by combining a date and a time), the package is making only a date where time is "00:00". For my current purposes, this doesn't matter (I'm just going to add 1 second to crashes at 00:00), but there appears to be a different approach in how R handles midnight datetimes (2024-5-10 00:00:00) and how STATS19 does.
In forming a datetime (by combining a date and a time), the package is making only a date where time is "00:00". For my current purposes, this doesn't matter (I'm just going to add 1 second to crashes at 00:00), but there appears to be a different approach in how R handles midnight datetimes (2024-5-10 00:00:00) and how STATS19 does.