Probably the simplest solution is just: DateTime::createFromFormat('U', $timeStamp); Where 'U' means Unix epoch. See docs: http://php.net/manual/en/datetime.createfromformat.php
Инфа — 69%
+ 0