The time for Sydney is also one hour off, it says 07:40 PM when it should be 08:40PM

looks like you need to add some backend logic to adjust dates for daylight savings

you also need to consider the timezone which the webserver is in if you're using php date/time code like:

      $cur_hr=date('H'); //hrs with leading 0
      $cur_min=date('i'); //min with leading 0

so you can use an offset

Neerav Bhatt
http://www.bhatt.id.au
Web Development & IT consultancy

http://www.bhatt.id.au/blog/ - Ramblings Thoughts
http://www.bhatt.id.au/photos/
http://www.bookcrossing.com/mybookshelf/neerav

paul west wrote:
Also one error - the time is London is an hour out - currently the site says
10.27am when in fact it's 9.27am - we're back on GMT!!

Regards

Paul West
"Experience the Experience"



-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of simon dodson Sent: 10 November 2004 00:40 To: [EMAIL PROTECTED] Subject: [WSG] Site Check please

Hi Guys,

About to Launch this site, but before it goes could you please take a look
and tell me what you think.

http://www.matamanoa.com/new/

Rgds n thanks
Simon
******************************************************
The discussion list for  http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************




****************************************************** The discussion list for http://webstandardsgroup.org/

 See http://webstandardsgroup.org/mail/guidelines.cfm
 for some hints on posting to the list & getting help
******************************************************
******************************************************
The discussion list for  http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to