fix(nix-monitor): change date format

This commit is contained in:
avivbintangaringga
2026-07-14 15:35:27 +07:00
parent a3e663990f
commit 31bcce3685
+1 -1
View File
@@ -65,7 +65,7 @@ function checkUpdate()
end
setState("lastCheckTime", os.time())
noctalia.runAsync("date", function(date) setState("lastCheckTimeStr", date.stdout) end)
noctalia.runAsync("date '+%Y-%m-%d %H:%M'", function(date) setState("lastCheckTimeStr", date.stdout) end)
if cfg("show_checking_notification") then
noctalia.notify(tr("notification.checking_update"))