mktime decode?
#1

Is that possible to decode mktime? For example:

pawn Код:
new year, month, day, hour, minute, second;
    getdate(year, month, day);
    gettime(hour, minute, second);
    new time = mktime(hour+ 10, minute, second, day, month, year);
And that "decode" function would return 10 hours left. Tried to use Blacklite's function, but nope it doesnt work with mktime. It returns bad value so Blacklite's function works only with gettime() + x

Any suggestions to decode mktime?:P
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)