qgis / QGIS-Django

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

Inconsistency between the "Latest Plugin Version" date and the latest plugin uploaded date #305

Closed agiudiceandrea closed 9 months ago

agiudiceandrea commented 10 months ago

Some examples:

Maybe there is a different time zone setting for the two displayed date. In this case I think it would be better to use the same time zone for both (and for others) and possibly the GMT time zone.

agiudiceandrea commented 10 months ago

For reference: https://github.com/qgis/QGIS-Django/blob/20576119fe0f05a927a09f096e1072d85f7f04f6/qgis-app/plugins/templates/plugins/plugin_list.html#L96 https://github.com/qgis/QGIS-Django/blob/20576119fe0f05a927a09f096e1072d85f7f04f6/qgis-app/plugins/templates/plugins/version_detail.html#L24 https://github.com/qgis/QGIS-Django/blob/20576119fe0f05a927a09f096e1072d85f7f04f6/qgis-app/plugins/templates/plugins/plugin_detail.html#L199