Re: [PHP] Problem with outputting date and time

2001-05-17 Thread James Holloway
Hi There, I had a similar problem because of BST (British Sumer Time). Have a look on Yahoo / Google etc for a site about Greenwich Mean Time, and find out the dates that the schemes take effect - I think it is March 25th to beginning or end of October. Then use a simple if statement. 3) && (

RE: [PHP] Problem with outputting date and time

2001-05-17 Thread Sandeep Hundal
PROTECTED]] Sent: 17 May 2001 12:18 To: [EMAIL PROTECTED] Subject: [PHP] Problem with outputting date and time Hi All, I need help with a small problem. My website has many users from around the world, and they need to submit a form at a certain time (UK Time). Because of this, I need to disp

[PHP] Problem with outputting date and time

2001-05-17 Thread Good Fella
Hi All, I need help with a small problem. My website has many users from around the world, and they need to submit a form at a certain time (UK Time). Because of this, I need to display the UK Time on my website. I do this by putting this code: There is nothing wrong with this code, except