pachli / pachli-android

The Pachli Android app
https://pachli.app
GNU General Public License v3.0
132 stars 15 forks source link

feat: Support Pleroma returning dates with no timezone #1120

Closed nikclayton closed 4 days ago

nikclayton commented 4 days ago

Pleroma (and possibly other servers) can return dates that have no timezone. Previous code would fail to deserialise JSON in this state and show an error.

Patch around this by assuming anything with a missing timezone is in UTC (timezone suffix "Z").

Fixes #562