Bug: Date edits revert to 1969-12-31 (+/- a day depending on time zone)

Another report of the same issue:

Manually changing "Originally Available" date, Plex changes it to 1970-01-01

I agree, I think there’s a bug in either PMS or the Web UI.

Plex has recently changed how datetime values are stored in the database, and is now using unix-style epoch seconds. But the Web UI is still sending YYYY-MM-DD values, which aren’t being converted.

1 Like