I need to get the milliseconds of exactly on week ago.
I tried this:
$this->weekDate = strtotime("-1 week");
echo($this->weekDate);
it returns:
1422536434
which according to this conversion tool: http://www.fileformat.info/tip/java/date2millis.htm is
Samstag, 17. Januar 1970 11:08 Uhr GMT
Anybody an idea what is wrong?