From aec9419d2cb81b53ec0ebbb4c7a74be74fe77df2 Mon Sep 17 00:00:00 2001 From: Igor Timofeev Date: Fri, 16 Mar 2018 18:10:15 +0300 Subject: [PATCH] =?UTF-8?q?=D0=91=D0=BB=D1=8F=D0=B4=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9=20=D0=B7=D0=B0=D1=80=D1=8F=D0=B4=20=D0=B1=D0=B0=D1=82?= =?UTF-8?q?=D0=B0=D1=80=D0=B5=D0=B5=D0=BA!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OS.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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+)(.+)")