News Feed
Jobs Feed
Sections




News Archive
SitePoint PHP Blog:
How To Synchronize Your PHP and MySQL Timezones
April 20, 2011 @ 11:52:50

In a new post to the SitePoint PHP blog today Craig Buckler looks at a method for synchronizing your time between your PHP application and it's MySQL backend to make date handling a bit easier - no messy code-based timezone changes needed.

Many developers solve the problem by shifting all date/time responsibility to PHP. They may also convert dates to Unix timestamp integers for simpler handling, although you should be wary of the Y2K38 Bug.

They show a handy tip so you won't have to worry quite so much that relies on setting a "TIMEZONE" constant you can use to set the default timezone and a "time_zone" offset that can be used each time you make the connection to your database (or, alternatively, in a cron that keeps things up to date without interfering with performance).

0 comments voice your opinion now!
timezone sync mysql database offset


blog comments powered by Disqus

Similar Posts

Michael Nitschinger's Blog: Custom Finders with Lithium

DevShed: User-defined Interfaces in PHP 5 - Turning MySQL Classes into Interface Implementers

Ulf Wendel's Blog: PHP mysqli quickstart is online!

WebRefernece: Script GUI for PHP

Job Posting: LAMP Developer (PHP/MySQL) (Nashville, TN)


Community Events











Don't see your event here?
Let us know!


release interview phpunit rest development conference language introduction database testing functional opinion podcast zendframework2 series symfony2 unittest framework usergroup community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework