Using MySQL’s UNIX_TIMESTAMP in Doctrine 2.0
I’ve been working with timestamps quite a lot recently and although my Doctrine DATE_FORMAT function is proving pretty useful, I came across a bit of stumbling block today where it could not help….the unix timestamp format. »