zigbee2mqtt/test
Andreas Brett 1cde620d70 add support for local ISO8601 timestamp format (#1171)
* add support for local ISO8601 timestamp format

added local ISO8601 timestamp format for local rather than UTC-based timestamps

ISO8601 = 2019-03-01T15:32:45.941+0000
ISO8601_Local = 2019-03-01T16:32:45.941+0100 (for TZ GMT+1)

* fixed indentation

* tabs to spaces

* comply with Travis

* comply with Travis once again

* Removed spaces to make Travis happy

* updates
2019-03-02 16:47:36 +01:00
..
controller.test.js Refactor publishDeviceState to publishEntityState (for future group support). 2019-02-04 18:36:49 +01:00
data.test.js Allow devices and groups to be specified in separate file. https://github.com/Koenkk/zigbee2mqtt/issues/1148 2019-02-24 15:49:41 +01:00
deviceAvailability.test.js Refactor extension names. 2019-02-13 21:03:23 +01:00
devicePublish.test.js Update zigbee-shepherd-converters to 7.2.0. 2019-03-02 16:35:00 +01:00
deviceReceive.test.js add support for local ISO8601 timestamp format (#1171) 2019-03-02 16:47:36 +01:00
homeassistant.test.js Update zigbee-shepherd-converters to 7.1.11 2019-02-23 16:02:45 +01:00
settings.test.js Allow devices and groups to be specified in separate file. https://github.com/Koenkk/zigbee2mqtt/issues/1148 2019-02-24 15:49:41 +01:00
utils.js configurable last_seen (#874) 2019-01-18 20:31:55 +01:00