You need to cast the state to a DateTimeType.
val sunset = (SunsetStart_Time.state as DateTimeType).getZonedDatetime.toInstant.toEpochMilli
You need to cast the state to a DateTimeType.
val sunset = (SunsetStart_Time.state as DateTimeType).getZonedDatetime.toInstant.toEpochMilli