$timestamp = time(); $hoursdiff = 7; //change this to how many hours minus UTC time you want to set the clock to $hoursdiff = $hoursdiff * 3600; $timestamp = $timestamp - $hoursdiff;