How do I access postgresql's CURRENT_TIMESTAMP function from storm? That is, I want a table with a datetime column updated with the server's current time, not datetime.now() on the client. martin