MySQL: Set field value based on timestamp

UPDATE TABLE
SET FIELD=”NEWVALUE
WHERE DATEFIELD < ‘2014-12-23 23:45:01‘;