In my template I want to output the server timezone.
My template has something like
{{ getservertimezone }}
Then in the services.yml co
Instead of getFilters, override getFunctions and use Twig_Function_Method instead of Twig_Filter_Method.
getFilters
getFunctions
Twig_Function_Method
Twig_Filter_Method