Hallo,
Ich habe das Problem das wenn ich z.b. das mache
$time = time() + 10 * 24 * 60 * 60;
Kommt bei $time was anderes raus als bei SAMP wenn ich bei SAMP das mache:
new hour, minute, second, year, month, day;
gettime(hour, minute, second);
getdate(year, month, day);
new timestamp = mktime(hour,minute,second,day,month,year);
new time = timestamp + 10 * 24 * 60 *60;
Was könnte der Fehler sein?
Es ist ein unterschied von 8 Tagen und 22 Stunden ungefähr.