Thread: Timezone
View Single Post
Old October 2nd, 2006, 3:41 PM   #1 (permalink)
pawe
Registered User
Fresh Surpasser
 
pawe's Avatar
 
Joined in Jun 2006
14 posts
Gave thanks: 0
Thanked 0 times
Timezone

Hi guys!

I use this to put datetime into my scripts.

Code:
<?php echo date('y-m-d H:i:s'); ?>
And this to write them on a page...

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

Does someone know how I should do?

Any thoughts is appreciated!

Best regards, Patrik
__________________
OC10 - pass61
pawe is offline   Reply With Quote