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