More information:
In previous HA versions, calling the following returns correct local time:
"{{ as_timestamp(states('input_datetime.reminder2_date')) | timestamp_local }}"
in 0.118 I need to change it to UTC to get correct local time.
"{{ as_timestamp(states('input_datetime.reminder2_date')) | timestamp_utc }}"
Any idea why?