Tagged Questions
2
votes
2answers
5k views
Use Unix timestamp in Doctrine Timestampable
How do I use Unix timestamps with the Doctrine Timestampable behavior? I found the following code snippet here, but I'd rather not manually add this everywhere:
$this->actAs('Timestampable', ...