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

Regression: Full timestamp on https://plugins.qgis.org/plugins/ #376

Closed pathmapper closed 2 months ago

pathmapper commented 2 months ago

Something must have changed, currently the full timestamp including miiliseconds is displayed on https://plugins.qgis.org/plugins/:

grafik

IIRC also the local timezone was displayed before this change.

Xpirix commented 2 months ago

Dear @pathmapper ,

I see that it has been fixed. I'm able to see the correct format now.

Regards.

image

pathmapper commented 2 months ago

I'm still seeing this on a notebook with Firefox and Chrome. On mobile everthing is fine.

Maybe my timezone could not be detected for some reason and thus the conversion in local timezone is failing and therefore the full timestamp is displayed?

Xpirix commented 2 months ago

You're right, this might be possible. This issue occurred already in the past (https://github.com/qgis/QGIS-Django/pull/315#issuecomment-1869307984) because of an old version of local_timezone.js served by the server. Currently, the new version that is used is local_timezone-1.0.js.

Could you please try to clear the browser cache and see if this still occurs?

I will try to reproduce this on my side.

pathmapper commented 2 months ago

Could you please try to clear the browser cache and see if this still occurs?

Unfortunately the issue is still there, I'm seeing this on three different machines.

Thanks for taking a look!

Xpirix commented 2 months ago

@pathmapper

I was able to reproduce the issue. Seems like the file local_timezone-1.0.js was not found on the server. It should be fixed now.

Regards.

pathmapper commented 2 months ago

@Xpirix great, confirmed the issue is fixed, thanks a lot 🎉