Create Stream Marker API response incorrect format

When calling the Create Stream Marker API (Reference | Twitch Developers), the documentation says that the created_at value should be “The UTC date and time (in RFC3339 format) of when the user created the marker.”.
However the time returned includes nanoseconds, which isn’t valid RFC3339.

Here is a sample response from creating a stream marker
{"id": "6cc96f22d0c6f405414fe63d241aa156", "created_at": "2025-03-01T10:10:45.865184169Z", "position_seconds": 89, "description": "test"}

Documentation issues should be reported on the issue repo https://github.com/twitchdev/issues/issues

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.