Hallo ich habe das Problem
das auf dem Server 17 Uhr ist und obwohls schon 18 Uhr ist
liegt das Problem bei meinen VServer oder im Script ??
Hallo ich habe das Problem
das auf dem Server 17 Uhr ist und obwohls schon 18 Uhr ist
liegt das Problem bei meinen VServer oder im Script ??
Liegt am script
Poste mal Code wo das abgefragt wird
mfg.
if (realtime)
{
new tmphour;
new tmpminute;
new tmpsecond;
gettime(tmphour, tmpminute, tmpsecond);
FixHour(tmphour);
tmphour = shifthour;
SetWorldTime(tmphour+2);
}
if (realtime)
{
new tmphour;
new tmpminute;
new tmpsecond;
gettime(tmphour, tmpminute, tmpsecond);
tmphour = shifthour;
SetWorldTime(tmphour);
}
machs so
mfg.
geht leider nicht sry !
Es kann auch an dem Hostsystem liegen! Oftmals ist dann die Serverzeit von dem Root-Server falsch.