Var myTime: TSystemTime; begin GetLocalTime(myTime); myTime.wHour := myTime.wHour - 1; SetLocalTime(myTime); end;