Lava Filters - AsDateTimeUtc
Category:Date
Description:Converts the input to a DateTime value in Coordinated Universal Time (UTC).
Input:
Lava: {{ '2018-05-02T03:00:00+04:00' | AsDateTimeUtc | Date:'yyyy-MM-ddTHH:mm:sszzz' }}
Output: 2018-05-01T23:00:00+00:00