X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/4c43e7e40e584ca682dd0d36efca12a4882f220e..daa3dfaeb7fe6d9674d3113ab92959ad0175c2b9:/luatz/tzinfo.lua diff --git a/luatz/tzinfo.lua b/luatz/tzinfo.lua index 75be0f1..3ff0a07 100644 --- a/luatz/tzinfo.lua +++ b/luatz/tzinfo.lua @@ -11,9 +11,11 @@ end local tz_info_methods = { } local tz_info_mt = { + __name = "luatz.tz_info"; __index = tz_info_methods ; } local tt_info_mt = { + __name = "luatz.tt_info"; __tostring = function ( self ) return string.format ( "tt_info:%s=%d" , self.abbr , self.gmtoff ) end ;