[PHP-DB] Re: Erroneous date and time

2004-06-16 Thread franciccio

Have you tried with a insted of A for am/pm indication?

Hope can help

Bye

Franciccio

Philip Thompson [EMAIL PROTECTED] ha scritto nel messaggio
news:[EMAIL PROTECTED]
 Hi all.

 Maybe there's something I'm doing incorrectly, but I cannot get the
 date() function to return the appropriate time. It's always 12 hours
 off. I've tried using 24-hour time and 12-hour time (with AM/PM), but
 they both give the wrong time. I even emailed the server admin to make
 sure that the server clock was set correctly, and he said that it was.
 I don't know... Here's my PHP:

 $problemDateTime = date(Y-m-d g:i:s A);
 which returns: 2004-06-13 11:24:21 PM

 To the untrained eye ;), that might appear correct. But that was
 actually submitted at 11:24 AM, not PM. So, that's my code. Any
 suggestions??

 Thanks a bunch,
 ~Philip

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] Re: Erroneous date and time

2004-06-16 Thread Philip Thompson

Have you tried with a insted of A for am/pm indication?
Yes, I have tried both 'a' and 'A'. Still gives an incorrect time.
~Philip

Hope can help
Bye
Franciccio
Philip Thompson [EMAIL PROTECTED] ha scritto nel messaggio
news:[EMAIL PROTECTED]
Hi all.
Maybe there's something I'm doing incorrectly, but I cannot get the
date() function to return the appropriate time. It's always 12 hours
off. I've tried using 24-hour time and 12-hour time (with AM/PM), but
they both give the wrong time. I even emailed the server admin to make
sure that the server clock was set correctly, and he said that it was.
I don't know... Here's my PHP:
$problemDateTime = date(Y-m-d g:i:s A);
which returns: 2004-06-13 11:24:21 PM
To the untrained eye ;), that might appear correct. But that was
actually submitted at 11:24 AM, not PM. So, that's my code. Any
suggestions??
Thanks a bunch,
~Philip
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php