add gs
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
local TimeZone = setmetatable({}, {
|
||||
__index = function(self, key)
|
||||
error(("Invalid TimeZone \"%s\""):format(tostring(key)), 2)
|
||||
end
|
||||
})
|
||||
|
||||
TimeZone.UTC = -2
|
||||
TimeZone.Current = -1
|
||||
|
||||
return TimeZone
|
||||
Reference in New Issue
Block a user