In httpx is it intentional that the timestamp format is different between csv and json? #2114
Labels
Type: Bug
Inconsistencies or issues which will cause an issue or problem for users or implementors.
When outputting jusing -csv the timestamp looks like this 2025-02-25 16:24:45.722337 -0500 EST m=+1.690385793
Json looks like this "timestamp":"2025-02-25T16:25:37.330406-05:00"
CSV breaks tooling due to non standard format.
The text was updated successfully, but these errors were encountered: