qgis / QGIS-Django

Django project for QGIS related activities such as plugin repository
http://qgis.org
GNU General Public License v2.0
86 stars 59 forks source link

Change local_timezone name to fix date format #335

Closed Xpirix closed 6 months ago

Xpirix commented 6 months ago

This PR is a fix for the date format issue on the plugins list according to the following comments:

codecov-commenter commented 6 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (dbd9aa2) 82.75% compared to head (3527b29) 82.75%.

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #335 +/- ## ======================================= Coverage 82.75% 82.75% ======================================= Files 142 142 Lines 5497 5497 ======================================= Hits 4549 4549 Misses 948 948 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

agiudiceandrea commented 6 months ago

Thanks! I think this should fix the issue (circumventing the cloudflare caching issue).

Xpirix commented 6 months ago

You're welcome.