ID: 37420
Updated by: [EMAIL PROTECTED]
Reported By: jb243 at telus dot net
-Status: Open
+Status: Closed
Bug Type: Documentation problem
Operating System: *
PHP Version: Irrelevant
New Comment:
Supported timezones documented in appendix.
Previous Comments:
------------------------------------------------------------------------
[2006-05-13 16:54:20] [EMAIL PROTECTED]
Keep it open please, it's still a documentation "problem".
------------------------------------------------------------------------
[2006-05-13 15:11:01] jb243 at telus dot net
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.
------------------------------------------------------------------------
[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