Skip to content

environment: Fix date conversion

Florian Müllner requested to merge fmuellner/gnome-shell:fix-bogus-dates into master

This is embarrassing, our dates are currently off by a whopping 1900 years.

From the commit message:

This is a regression from commit 06b690ff21204:

GLib.DateTime.new() expects the full four-digit year, so passing
the abbreviated year from Date() will result in a bogus datetime.

Today is *not* Saturday March 2nd, 120 ...

Merge request reports