Yes, it's official.
Does anyone know what you can get away with using strtotime() as far as formatting tokens go...? I just used it to get the date at the beginning if the week like this:
$weekStart = strtotime("sunday -1 week");
Any other language would have caused my brain to hurt trying to achieve this...