Adding an hour to time in DATE function?<

liunx

Guest
Sorry for the basic question but how do you add an hour to the time in the Date function, mine keeps coming up an hour slowThis may help
<!-- m --><a class="postlink" href="http://us2.php.net/manual/en/function.date.phpATT">http://us2.php.net/manual/en/function.date.phpATT</a><!-- m -->: if you use function date() without directly

the time showed might be the time on the localhost, not your country/zoneSo just add the difference to it. Does date have time zones built into it?the date function does have optional fields that account for timezones. Read through the table on the manual's page on date()
 
Back
Top