mirror of
https://github.com/bol-van/zapret2.git
synced 2026-03-14 06:13:09 +00:00
nfqws2: use mktime instead of timelocal
This commit is contained in:
@@ -3687,7 +3687,7 @@ static int luacall_timelocal(lua_State *L)
|
||||
{
|
||||
// timelocal(tm)
|
||||
lua_check_argc(L,"timelocal",1);
|
||||
lua_timex(L, timelocal);
|
||||
lua_timex(L, mktime);
|
||||
return 1;
|
||||
}
|
||||
static int luacall_timegm(lua_State *L)
|
||||
|
||||
Reference in New Issue
Block a user