A web developer's blog. PHP, MySQL, CakePHP, Zend Framework, Wordpress, Code Igniter, Django, Python, CSS, Javascript, jQuery, Knockout.js, and other web development topics.

Tag Archives: timezone

Get number of hours between 2 timezones

Here is a way to get the number of hours between two different timezones. I am sure that there is a way of doing it shorter and faster, but I did it this way for readability purposes. date_default_timezone_set("America/Kentucky/Louisville"); $lex = … Continue reading

Posted in General | Tagged , | 7 Comments