Re: [PHP] World time convertor

2004-10-01 Thread -{ Rene Brehmer }-
At 11:19 30-09-2004, Phpu wrote: Howdy Is there a time convertor written in php? I mean to convert a specific hour/date in all world countries. I've been looking for something like this as well, but have come up empty ... apparently noone's felt comfortable dealing with the Daylight Saving Time i

Re: [PHP] World time convertor

2004-09-30 Thread Matthew Fonda
Howdy, Check out the Date PEAR package, http://pear.php.net/package/Date -- Regards, Matthew Fonda On Thu, 2004-09-30 at 02:19, Phpu wrote: > Howdy > > Is there a time convertor written in php? > I mean to convert a specific hour/date in all world countries. -- PHP General Mailing List (http

Re: [PHP] World time convertor

2004-09-30 Thread Daniel Spain
ut i have some diffilcuties. > > For example, in USA I have different time. > > > > - Original Message - > From: "Daniel Spain" <[EMAIL PROTECTED]> > To: "PHP General" <[EMAIL PROTECTED]> > Sent: Thursday, September 30, 2004 2:08

Re: [PHP] World time convertor

2004-09-30 Thread Daniel Spain
I'm assuimg you mean you have a time in GMT such as 1:00am and want to convert it to GMT+10 where it would be 11AM? On Thu, 30 Sep 2004 12:19:43 +0300, Phpu <[EMAIL PROTECTED]> wrote: > Howdy > > Is there a time convertor written in php? > I mean to convert a specific hour/date in all world count

[PHP] World time convertor

2004-09-30 Thread Phpu
Howdy Is there a time convertor written in php? I mean to convert a specific hour/date in all world countries.