You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 24, 2025. It is now read-only.
Traffic Ops API responses frequently return our custom format for date/times: YYYY-MM-DD hh:mm:ss-ZZ ("2006-01-02 15:04:05-07" is the actual Go format string).
Expected behavior:
The Traffic Ops API (in the latest API version, where the behavior is breakable) should respond with RFC3339-format date strings.
Minimal reproduction of the problem with instructions:
I'm submitting a ...
Traffic Control components affected ...
Current behavior:
Traffic Ops API responses frequently return our custom format for date/times:
YYYY-MM-DD hh:mm:ss-ZZ("2006-01-02 15:04:05-07"is the actual Go format string).Expected behavior:
The Traffic Ops API (in the latest API version, where the behavior is breakable) should respond with RFC3339-format date strings.
Minimal reproduction of the problem with instructions:
Make most any TO API request.