Path: csiph.com!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Derek Turner Newsgroups: comp.lang.php Subject: strtotime peculiarities Date: 6 Oct 2015 12:59:25 GMT Lines: 14 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Trace: individual.net OZbK7jv3AvLrYz0o35VHIQ9FJ1ArFZs+eUaBr2pl90LPs6haZM Cancel-Lock: sha1:KZR8RorARgYCbg3cTTYdnGOleWY= User-Agent: Pan/0.139 (Sexual Chocolate; GIT bf56508 git://git.gnome.org/pan2) Xref: csiph.com comp.lang.php:15693 echo date ("D j M Y H:i",strtotime("third Monday of February 14:00")) echoes: Mon 16 Feb 2015 00:54 (when run at 13.54 UTC+1) so it seems to correctly identify and echo the date but is giving some sort of relative time. Is there a way of getting to echo the desired Mon 16 Feb 2015 14:00?