News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Builder.com:
Get the correct time by converting between time zones with PHP and PEAR
October 10, 2006 @ 09:38:00

On the Builder.com website, there's a new tutorial demonstrating how to use the PEAR Date class to make switching between time zones a snap.

To be fair, PHP has built-in time zone functions to help with this, but these aren't particularly intuitive and require a fair amount of time to get used to. A quicker alternative is to use the PEAR Date class, which comes with built-in support for time zones and is, by far, the simplest way to perform these conversions.

This tutorial will teach you how to convert temporal values between time zones with the PEAR Date class. It assumes that you have a working Apache and PHP installation and that the PEAR Date class has been correctly installed.

They go with a few simple examples to introduce you to how things work:

  • just taking in and echoing back out the date
  • taking in the date and echoing it back out in a different format
  • making a simple time zone conversion
  • convert the timestamp to local time
  • finding the offset for the time stamp from GMT
  • adding and subtracting time stamps
all complete with the (simple) code to perform them all.

0 comments voice your opinion now!
pear date class time zone convert offset pear date class time zone convert offset



Similar Posts

Inside Open Source: Two New Articles (Date/Time & Services_Google)

Engrowe.com: How-to - Convert a RSS feed to JSON in PHP

Bertrand Mansion's Blog: Stop stealing, innovate

Zend Developer Zone: Code is Beautiful

Greg Beaver's Blog: Sample chapter of PEAR Installer Manifesto available


Community Events







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


PHP5 framework job zend conference release database cakephp application example package mysql zendframework ajax security developer code book releases PEAR

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