From 76cbd6cdc31f60f92b5d1f1772084022cc7948bb Mon Sep 17 00:00:00 2001 From: rpm-build Date: Dec 10 2020 12:16:22 +0000 Subject: 0002-environment-Fix-date-conversion.patch patch_name: 0002-environment-Fix-date-conversion.patch present_in_specfile: true location_in_specfile: 36 --- diff --git a/js/ui/environment.js b/js/ui/environment.js index f3f2d17..a9cc16d 100644 --- a/js/ui/environment.js +++ b/js/ui/environment.js @@ -126,7 +126,7 @@ function init() { _localTimeZone = GLib.TimeZone.new_local(); let dt = GLib.DateTime.new(_localTimeZone, - this.getYear(), + this.getFullYear(), this.getMonth() + 1, this.getDate(), this.getHours(),