X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/073b4c8333742320533a197f553980cc2f626011..c9eb90f7079172d62c2def3155015dac56558029:/examples/os_date.lua?ds=sidebyside diff --git a/examples/os_date.lua b/examples/os_date.lua index 0164780..deac08b 100644 --- a/examples/os_date.lua +++ b/examples/os_date.lua @@ -14,7 +14,7 @@ local function os_date ( format_string , timestamp ) else -- Localtime timestamp = get_tz ( ):localise ( timestamp ) end - local tt = new_from_timestamp ( timestamp ):normalise ( ) + local tt = new_from_timestamp ( timestamp ) if format_string == "*t" then return tt else