This is a discussion on Timezone and time() and date() within the PHP General forums, part of the PHP Programming Forums category; Hi all: How does the timezone of the server affects the behavior of the functions time and date. Manu....
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
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 whatever the operating system is configured to be. -- Best regards, Richard mailto:rich@launchcode.co.uk |