[PHP] Timezone and time() and date()

2004-01-07 Thread Manuel Vázquez Acosta
Hi all: How does the timezone of the server affects the behavior of the functions time and date. Manu. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Timezone and time() and date()

2004-01-07 Thread Richard Davey
Hello Manuel, Wednesday, January 7, 2004, 5:48:27 PM, you wrote: MVA How does the timezone of the server affects the behavior of the functions MVA time and date. Quite simply, if you don't provide date() with a timestamp then it will use the local servers timestamp instead. This will be