From 9f36f5c0823e69cc9276be39ada565577b112c9a Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 19 Jun 2025 15:37:02 -0400 Subject: fix astal to not hardcare UTC --- pkgs/astal/src/lib.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/astal/src/lib.lua b/pkgs/astal/src/lib.lua index 7fa326a..8b1e443 100644 --- a/pkgs/astal/src/lib.lua +++ b/pkgs/astal/src/lib.lua @@ -138,7 +138,7 @@ lib = { --- returns current unix epoch unix = function() - return os.time(os.date("!*t")) + return os.time(os.date("*t")) end, --- formats a time -- cgit v1.2.3-freya