Napi WTF

// winfos ennyit tud lekezelni
return strtotime("1970-01-01 0:00:00");

Szerk: ha valakinek nem lenne egyértelmű: ez egy talált kódrészlet, nem én követtem el.

Hozzászólások

Ezt nem csak a windows nem tudja kezelni...

innen:
http://php.net/manual/en/function.strtotime.php

Note:

The valid range of a timestamp is typically from Fri, 13 Dec 1901 20:45:54 UTC to Tue, 19 Jan 2038 03:14:07 UTC. (These are the dates that correspond to the minimum and maximum values for a 32-bit signed integer.) Additionally, not all platforms support negative timestamps, therefore your date range may be limited to no earlier than the Unix epoch. This means that e.g. dates prior to Jan 1, 1970 will not work on Windows, some Linux distributions, and a few other operating systems. PHP 5.1.0 and newer versions overcome this limitation though.

For 64-bit versions of PHP, the valid range of a timestamp is effectively infinite, as 64 bits can represent approximately 293 billion years in either direction