Re: [PHP] Timezone details

2009-07-03 Thread Michael A. Peters
Manoj Singh wrote: Hi All, Is there any function in PHP which will provide me the details of any timezone such as current time, DST, offset etc. Thanks in advance, Manoj It's called date http://php.net/manual/en/function.date.php The manual page on the function tells you how to get all tha

[PHP] Timezone details

2009-07-03 Thread Manoj Singh
Hi All, Is there any function in PHP which will provide me the details of any timezone such as current time, DST, offset etc. Thanks in advance, Manoj