Skip to content

Commit 162e890

Browse files
author
bol-van
committed
nfqws2: use mktime instead of timelocal
1 parent 3f71803 commit 162e890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nfq2/lua.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3687,7 +3687,7 @@ static int luacall_timelocal(lua_State *L)
36873687
{
36883688
// timelocal(tm)
36893689
lua_check_argc(L,"timelocal",1);
3690-
lua_timex(L, timelocal);
3690+
lua_timex(L, mktime);
36913691
return 1;
36923692
}
36933693
static int luacall_timegm(lua_State *L)

0 commit comments

Comments
 (0)