-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Time zone of timestamps #184
Comments
Hi, sorry for the late reply. It seems like this app currently does not support timezones and we expect all timestamps to be in UTC. |
The problem is that people blame AntennaPod for any problems caused by the web server using different time zones. There are currently implementations of podcast servers, so there is no way we can make sure that they all use UTC. So we should really send the time zone to make sure that the time stamps are correct. For Nextcloud, I suggest to implement the feature on the server. Then we wait a few months until everyone had the chance to upgrade. Then we release the time zones in AntennaPod. |
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: