Daylight Saving Time spelling fix (#1677)

This commit is contained in:
Dan Gentry
2021-04-08 11:04:40 -04:00
committed by GitHub
parent 586e36906d
commit b53f9f2a81
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -138,7 +138,7 @@ def convert_tz(pytz_obj):
_tz_dst_str(dst_ends_local),
)
_LOGGER.info(
"Detected timezone '%s' with UTC offset %s and daylight savings time from "
"Detected timezone '%s' with UTC offset %s and daylight saving time from "
"%s to %s",
tzname_off,
_tz_timedelta(utcoffset_off),