From 4bed62b35f023d4707b3e971889daded8a9d1442 Mon Sep 17 00:00:00 2001 From: daurnimator Date: Sat, 23 Nov 2013 10:38:42 -0500 Subject: [PATCH] tzinfo: Remove unused argument --- luatz/tzinfo.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luatz/tzinfo.lua b/luatz/tzinfo.lua index 34b7048..fd3f5e8 100644 --- a/luatz/tzinfo.lua +++ b/luatz/tzinfo.lua @@ -60,7 +60,7 @@ function tz_info_methods:localize ( utc_ts ) return utc_ts + self:find_current ( utc_ts ).gmtoff end -function tz_info_methods:utctime ( ts_local , is_dst ) +function tz_info_methods:utctime ( ts_local ) local tz1 , tz2 = find_current_local ( self , ts_local ) tz1 = self [ tz1 ].info if tz2 == nil then -- 2.39.2