Re: [PHP] GMT / TimeZone modifications

2002-04-11 Thread Peter H. Lemieux
- From: "Richard KS" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 11:14 PM Subject: Re: [PHP] GMT / TimeZone modifications > Thanks for the quick answer! > Perhaps you have a smaller code snippet for this? > > NOTE It wouldn

Re: [PHP] GMT / TimeZone modifications

2002-04-10 Thread Richard KS
Thanks for the quick answer! Perhaps you have a smaller code snippet for this? NOTE It wouldn't mind if the entire website would go after one timezone, in this case from GMT+8 to GMT+1. -- Richard, oblivion creations http://oblivion.lunamorena.net [EMAIL PROTECTED] +46 (0) 736 849 531 f

Re: [PHP] GMT / TimeZone modifications

2002-04-10 Thread Rasmus Lerdorf
setenv() the appropriate timezone, then use strtotime() or mktime() to create a timestamp. Then setenv() to the other timezone and use date() or strftime() to convert back into a legible format. -Rasmus On Thu, 11 Apr 2002, Richard KS wrote: > Greetings. > > I was wondering if there are any go