ID: 37420
User updated by: jb243 at telus dot net
Reported By: jb243 at telus dot net
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: *
PHP Version: *
New Comment:
Thanks for your help. Sorry for thinking so locally. Maybe there can
be an option for more strict parsing that so that 'now MST', 'now EST',
'now AT' would be valid, but just MST or AT on its own would not. Just
a thought.
Jeff.
Previous Comments:
------------------------------------------------------------------------
[2006-05-13 07:48:50] [EMAIL PROTECTED]
It's not a bug "At" (in any spelling) is the timezone identifier for
"Azores Time". We need to document the full range of supported syntax
though (also for PHP 5.x).
------------------------------------------------------------------------
[2006-05-12 17:36:38] jb243 at telus dot net
Description:
------------
strtotime('at') returns today at current hour or maybe 8pm. Should be
documented as a feature or return an invalid timestamp.
echo date("r",strtotime('At'));
Reproduce code:
---------------
echo date("r",strtotime('At'));
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=37420&edit=1