Skip to content

Instantly share code, notes, and snippets.

@kingxsp
Forked from ichramm/gmtime.lua
Last active August 29, 2015 14:07
Show Gist options
  • Save kingxsp/d2022298a439712c529e to your computer and use it in GitHub Desktop.
Save kingxsp/d2022298a439712c529e to your computer and use it in GitHub Desktop.
--[[!
-- @return The current time in UTC
--]]
function gmtime()
return os.time(os.date("!*t"));
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment