Re: [PHP-WIN] problems with time diffrences

2001-01-12 Thread Pablo Vera
Tomasz: You could do something like this: $my_time = time() - 7*3600; // substract 7 hours to hosting time $my_date = date($format, $my_time); $format is the string you are using to format the date/time. Saludos, Pablo Vera _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Friday, Janu

Re: [PHP-WIN] problems with time diffrences

2001-01-12 Thread Nol Shala
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 3:35 PM Subject: [PHP-WIN] problems with time diffrences > I have hosting in the states, but develop > sites in europe, this gives me a +7 hour > time diffrence. how can i modify date(); > to give me CET? &g

Re: [PHP-WIN] problems with time diffrences

2001-01-12 Thread Paul Meagher
z" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 12, 2001 10:35 AM Subject: [PHP-WIN] problems with time diffrences > I have hosting in the states, but develop > sites in europe, this gives me a +7 hour > time diffrence. how can i modify date(); > to

[PHP-WIN] problems with time diffrences

2001-01-12 Thread Tomasz Abramowicz
I have hosting in the states, but develop sites in europe, this gives me a +7 hour time diffrence. how can i modify date(); to give me CET? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t