We Recommend

Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems Wicked Cool PHP: Real-World Scripts That Solve Difficult Problems
Wicked Cool PHP contains a wide variety of scripts to process credit cards, check the validity of email addresses, template HTML, and serve dynamic images and text.


Posted By

stancell on 10/09/08


Tagged

time date timezone convert


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

luman


Convert time from one timezone to another


Published in: PHP 


  1. //date_default_timezone_set('Europe/Vilnius');
  2.  
  3. echo date('Y-m-d H:i', strtotime('2008-10-09 08:55 GMT'));

Report this snippet 

You need to login to post a comment.