News Feed
Jobs Feed
Sections




News Archive
Daniel Cousineau's Blog:
Calculating Daylight Savings Time Boundary In PHP
March 11, 2009 @ 12:02:15

Daniel Cousineau has written up some timely advice in a new post to his blog. It looks at pinpointing the time boundary for Daylight Savings Time in a PHP script (when it starts and when it ends).

I had an issue recently where I needed to calculate the Unix timestamp for the daylight savings time boundaries. According to the United States Naval Observatory, daylight savings time begins the Second Sunday of March and ends on the First Sunday of November.

He looks at using the strtotime function to calculate these dates but points out some quirks - like what happens when you just give it a month or something like "second Sunday". His solution was to go back one day ("March 0" instead of "March 1") and calculating the time from there, including that first full day of March in the calculation.

0 comments voice your opinion now!
calculate daylight savings time boundary march november strtotime


blog comments powered by Disqus

Similar Posts

Daniel Cousineau's Blog: Calculating Daylight Savings Time Boundary In PHP

3greeneggs.com: What do those PHP errors really mean, anyway?

Michael Caplan's Blog: Don't Forget to Flush

PHPMaster.com: Working with Dates and Times in PHP and MySQL

Gonzalo Ayuso: Handling dates with PHP


Community Events











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


example release language series zendframework2 functional introduction opinion development unittest framework code phpunit object interview application podcast tool testing community

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