News Feed
Jobs Feed
Sections




News Archive
XPertDeveloper.com:
Is Your PHP Application Affected by the Y2K38?
May 16, 2011 @ 09:22:18

On the XpertDeveloper.com site there's a post reminding you of an date could cause all sorts of problems with your PHP application - the effects of the Y2K38 bug.

Y2K38, or the Unix Millennium Bug, affects PHP and many other languages and systems which use a signed 32-bit integer to signify dates as the number of seconds since 00:00:00 UTC on 1 January 1970. The furthest date which can be stored is 03:14:07 UTC on 19 January 2038. Beyond that, the left-most bit is set and the integer becomes a negative decimal number or a time prior to the epoch.

If you're worried about your application's support for date and time handling, there's a pretty simple fix - replace your current handling with the DateTime functionality. This handles them correctly.

0 comments voice your opinion now!
application y2k38 bug datetime integer date


blog comments powered by Disqus

Similar Posts

Derick Rethans' Blog: Distributions: Please Don't Cripple PHP or Red Hat: Stop Fucking Around

Job Posting: Kodak Seeks Application Developers - 5 Positions (Stamford, CT)

Ibzi's Blog: Start caching all your pages in 5 steps

Hardened-PHP Project: Advisory - PHP unserialize() Array Creation Integer Overflow

Henri Bergius' Blog: Using Composer To Manage Dependencies In Heroku PHP Apps


Community Events











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


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

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