$date = new CDate("1177423200"); Should fail - the timestamp is a STRING, not an INT.
It should either throw an exception or an E_WARNING type thing.
It SHOULD NOT simply assume 0 as the date.
Log in to post a comment.