Tagged Questions
3
votes
2answers
6k 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', ...