hass-core/homeassistant/util
Ryan Kraus 7a00bf8696 Fixed time zone conversion with no TZ specified
Using .replace to set the current time zone appears to not handle
things correctly. The proper way to do this is apparently .localize.
2016-02-06 21:31:07 -05:00
..
__init__.py Update docstrings 2016-01-27 00:08:06 +01:00
color.py Add tests for color util 2016-01-29 18:44:21 -08:00
dt.py Fixed time zone conversion with no TZ specified 2016-02-06 21:31:07 -05:00
location.py Mock util.location by default 2016-02-04 22:26:02 -08:00
package.py Update docstrings 2016-01-27 00:08:06 +01:00
temperature.py Update docstrings 2016-01-27 00:08:06 +01:00
template.py Update docstrings 2016-01-27 00:08:06 +01:00
yaml.py use yaml safe loader 2016-01-31 00:46:08 +01:00