Rudy is me

A weblog (mostly) about PHP and TYPO3 development

Shortcut to get the current Unix timestamp in PhpStorm

Because it's convention to use the current timestamp as the code for any Exception thrown in TYPO3, I need the current timestamp regularly when making or altering a TYPO3 extension. I used to go to a site like unixtimestamp.com to get the current timestamp, but it is possible to create a shortcut to get the current timestamp in PhpStorm using Live Templates.