diff --git a/OS.lua b/OS.lua index 4e79342b..8aafa816 100755 --- a/OS.lua +++ b/OS.lua @@ -929,7 +929,7 @@ local function createOSWidgets() end local firstPart, month, secondPart = os.date( - "%d %b %Y %T", + "%d %b %Y %T", realTimestamp + computerDateUptime - computerUptimeOnBoot + timezoneCorrection ):match("(%d+%s)(%a+)(.+)")