if i look at my sunset settings
it is saying sunset is at 16:27
but the sunsets at 18:27
if have my location set correctly
if i look at my sunset settings
if have my location set correctly
The time you are seeing in the dev tools is UTC time, hence the +00:00
at the end of the timestamp.
Your Time Zone is GMT+1, and since you are still in Daylight savings time, you need to add another hour to that:
UTC: 0
GMT: +1
DST: +1
result: your timezone is UTC +2
Timestamp values in the developer tools are shown in UTC, but are then translated to your timezone in the dashboards.
thanks for the clear explenation
so the correct time is also used if i use it in an automation
Yes, use your local time in the automation. The system will handle the rest.