Thread: Timezone
View Single Post
Old October 2nd, 2006, 4:20 PM   #2 (permalink)
cowboy
Surpass Fan
Excelling Contributor
 
cowboy's Avatar
 
Joined in Nov 2005
Lives in Colorado
Hosted on DEDI
937 posts
Gave thanks: 2
Thanked 95 times
Quote:
Originally Posted by pawe View Post
...
Code:
<?php echo date($s['date_format'], strtotime($row_news['date'])); ?>
But I need to change the timezone in some how? But I can't make it. Iam in sweden and the time is'nt really the same here ...
For -8 hours timezone offset:
PHP Code:
<?php echo date($s['date_format'], strtotime($row_news['date']."- 8 hours")); ?>
See http://www.php.net/manual/en/function.strtotime.php for more info.
__________________
Where would you be if you were at the highest court in the land (US)?
cowboy is offline   Reply With Quote