I have a created_at
timestamp field. I need to update and subtract 4 hours from every record.
This is about updating the records, not changing the results of a query.
So 2014-08-20 18:00:00
would become 2014-08-20 14:00:00
.
And 2014-08-21 03:00:00
would become 2014-08-20 23:00:00
.