[PR #4519] [MERGED] Write DateTimes in ISO8601 format for backwards compatibility. #10127

Closed
opened 2026-02-07 06:14:35 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/jellyfin/jellyfin/pull/4519
Author: @crobibero
Created: 11/20/2020
Status: Merged
Merged: 11/20/2020
Merged by: @cvium

Base: masterHead: datetime-iso8601


📝 Commits (1)

  • f557a73 Write DateTimes in ISO8601 format for backwards compatibility.

📊 Changes

2 files changed (+25 additions, -0 deletions)

View changed files

MediaBrowser.Common/Json/Converters/JsonDateTimeIso8601Converter.cs (+24 -0)
📝 MediaBrowser.Common/Json/JsonDefaults.cs (+1 -0)

📄 Description

Python doesn't like the default format 😢


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/jellyfin/jellyfin/pull/4519 **Author:** [@crobibero](https://github.com/crobibero) **Created:** 11/20/2020 **Status:** ✅ Merged **Merged:** 11/20/2020 **Merged by:** [@cvium](https://github.com/cvium) **Base:** `master` ← **Head:** `datetime-iso8601` --- ### 📝 Commits (1) - [`f557a73`](https://github.com/jellyfin/jellyfin/commit/f557a730bb8e5b2a0906ae0c523d83e917f82c90) Write DateTimes in ISO8601 format for backwards compatibility. ### 📊 Changes **2 files changed** (+25 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `MediaBrowser.Common/Json/Converters/JsonDateTimeIso8601Converter.cs` (+24 -0) 📝 `MediaBrowser.Common/Json/JsonDefaults.cs` (+1 -0) </details> ### 📄 Description Python doesn't like the default format 😢 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-07 06:14:35 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/jellyfin#10127