-
Notifications
You must be signed in to change notification settings - Fork 61
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
Add UTC timezone to xml #360
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #360 +/- ##
=======================================
Coverage 36.06% 36.06%
=======================================
Files 111 111
Lines 4899 4899
=======================================
Hits 1767 1767
Misses 3132 3132 ☔ View full report in Codecov by Sentry. |
Thanks, so the list delivers always these dates in UTC, right? |
@pathmapper My pleasure.
Yes, I just added the timezone to be more precise. I was also thinking about a format with the user timezone like in the plugin details but I wonder if it's acceptable by the plugin manager, it also involves using javascript and could change the inner content by adding another tag. |
I think UTC is fine and the plugin manager should handle to display local timezones if wanted. |
@Xpirix could you test this on the qgis too |
@dimasciput Sure, I've tested on QGIS and successfully retrieved my test plugin with UTC datetime. |
Plugin manager now shows the |
Changes summary