SyntaxFix
Write A Post
Hire A Developer
Questions
The date filter always formats the dates using the local timezone. You'll have to write your own filter, based on the getUTCXxx() methods of Date, or on a library like moment.js.
getUTCXxx()
Date