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
To work around issues with server time zones, I am considering to explicitly send the time zone in AntennaPod's requests. The gpodder documentation just states that the time zone should be ISO 8601. While their examples do not specify the time zone, the ISO 8601 does cover time zones as well.
I unfortunately don't have a nextcloud server to test currently, so I am asking here. Would sending time zones break parsing in this nextcloud plugin?
The text was updated successfully, but these errors were encountered:
Hi,
when looking into AntennaPod/AntennaPod#7453, I noticed that this nextcloud plugin does not seem to support specifying a time zone for the timestamps:
nextcloud-gpodder/lib/Core/EpisodeAction/EpisodeActionSaver.php
Line 19 in a7729b2
To work around issues with server time zones, I am considering to explicitly send the time zone in AntennaPod's requests. The gpodder documentation just states that the time zone should be ISO 8601. While their examples do not specify the time zone, the ISO 8601 does cover time zones as well.
I unfortunately don't have a nextcloud server to test currently, so I am asking here. Would sending time zones break parsing in this nextcloud plugin?
The text was updated successfully, but these errors were encountered: