If we want to change the 'DATE' filter in you TWIG file, its easy to use Timezone.
here is the good example for this issue.
Example:
{{ "now"|date("m/d/Y H:i", "Europe/Paris") }} //For Europe Paris region timezone
{{ "now"|date("m/d/Y H:i", "Asia/Calcutta") }} //For Asia Calcutta region timezone
{{ "now"|date("m/d/Y H:i", "Europe/Berlin") }} //For Europe Berlin region timezone
So same like we can use for other countries region time in our TWIG file.
Note: If have any suggestions or issue regarding 'How to use country timezone in our Twig file ?' then you can ask by comments.
here is the good example for this issue.
Example:
{{ "now"|date("m/d/Y H:i", "Europe/Paris") }} //For Europe Paris region timezone
{{ "now"|date("m/d/Y H:i", "Asia/Calcutta") }} //For Asia Calcutta region timezone
{{ "now"|date("m/d/Y H:i", "Europe/Berlin") }} //For Europe Berlin region timezone
So same like we can use for other countries region time in our TWIG file.
Note: If have any suggestions or issue regarding 'How to use country timezone in our Twig file ?' then you can ask by comments.