yiioverflow / yii2-imap

https://yiioverflow.com
BSD 3-Clause "New" or "Revised" License
41 stars 33 forks source link

Incorect converting date #24

Closed s1lver closed 5 years ago

s1lver commented 5 years ago

Hi! @yiioverflow

Tue, 26 Mar 2019 12:16:26 UT

$mail->date = date('Y-m-d H:i:s', isset($head->date) ? strtotime(preg_replace('/\(.*?\)/', '', $head->date)) : time());

This date convert to 1970-01-01 03:00:00