X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/4c43e7e40e584ca682dd0d36efca12a4882f220e..cdaad9ec35371fcfc3b398b7302f1e8fe313b4f6:/luatz/tzinfo.lua?ds=sidebyside 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 ;