Timezone bug in datetime formatting
Hi,
I'm using a date format filter in template:
When I provide an input payload such as
I'm using a date format filter in template:
%d/%m/%Y %I:%M %p.When I provide an input payload such as
2025-06-30T11:30:00+01:00, in the final output I get 30/06/2025 10:30 AM which is incorrect as its modifying the local time I need to display.