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;
There is other solution that might be easier to understand by designers.
{{ 'now'|date('U') }}
(I am aware that the question is already answered and it's old)