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

Richard Heyes' Blog: PEAR::DB database class(es) replacement

Quoderat's Blog: Three simple tips for LAMP web site developers

SpeckBoy.com: Getting Started with CRUD In PHP

Ryan Malesevich's Blog: MD5 to SHA-1 in PHP and MySQL (Part 1)

Vexxhost.com: Top 5 new (and cool!) features in PHP5 that you probably haven't heard of


Community Events











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


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

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