Skip to content
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

Open
ByteHamster opened this issue Oct 20, 2024 · 0 comments
Open

Time zone of timestamps #184

ByteHamster opened this issue Oct 20, 2024 · 0 comments

Comments

@ByteHamster
Copy link

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:

private const DATETIME_FORMAT = 'Y-m-d\TH:i:s';

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant