I have a content type with a CCK integer field which takes a unix timestamp. I would like to create a view with a filter that takes the MySQL function "UNIX_TIMESTAMP":

If there is no way of doing this, how can I alter the SQL generated for the view?
