Automation with `Sun` at Sunset may not be working?

Hello. I have this automation On at Dusk but when I look at the log, it turns on at 7:00 AM???
Is this right?

- id: '1661709952704'
  alias: Auto On at Dusk
  description: ''
  trigger:
  - platform: sun
    event: sunset
    offset: +01:00:00
  condition: []
  action:
  - type: turn_on
    device_id: d17803exxxxxxxxxx
    entity_id: switch.on_off_outlet_4f_73_3f_bottom
    domain: switch
  - type: turn_on
    device_id: a7760dxxxxxxxxxxxxxx
    entity_id: switch.tv_room_lamp
    domain: switch
  mode: single

image

Seems like your either your Home Assistant location or your time zone is set wrong.

Use

Sun above_horizon or below_horizon state instead of the sun event

That circled log shows when the automation was enabled, not when it was triggered.

Aha! I think @metbril is right! That was about the time when I re-started the system.