Template
1
0
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:
bol-van
2026-02-06 15:53:50 +03:00
parent 3f7180379b
commit 162e8906a6

View File

@@ -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)