Display Date or Time From Different Timezone
Problem
You want to display the date or time from a different timezone relative to the server.
Solution
var timeInTheMaldives = '{{ now.format('g:i a', 'Indian/Maldives') }}';
A full list of the supported timezones is available in the PHP documentation.
Submitted by Clive Portman on 1st February, 2017