Time trigger not firing automation

Hi,

Trying out some automations.
For some reason the most simple time trigger won’t trigger.
For example: then when 16:35 past away, nothing happend and Last triggered is still ‘Never’
Can’t see what’s wrong, this was done using the ui.
I also have a digital clock on the dashboard that actualy indicating the correct time.
Maybe some daylightsaving thing in the background or does HA needs more time for newly created triggers. I created this for example 5 minutes before the trigger time…? (running on a pi)

alias: test
description: ""
trigger:
  - platform: time
    at: "16:35:00"
condition: []
action:
  - service: light.turn_on
    data:
      brightness_pct: 42
    target:
      device_id: 53a08deb8a1d35cd43aa877675b0988d
mode: single

Update: when I paste
{{ now() }}
in developer tools template I actualy see the hour is one behind…

Oh, nevermind, my Time zone was not set correctly, weird enough de digital clock card was showing the correct time…