How can I get timestamp value in Twig?

symfony, twig

Solution

You can use this

{{ date().timestamp }}

Problem

How can I get timestamp value in twig as I know date formatting is possible in twig but don't know how to get timestamp value using twig function;

Original source