openhab-scripters / openhab-helper-libraries

Scripts and modules for use with openHAB
Eclipse Public License 1.0
88 stars 69 forks source link

[date] Add human readable seconds #223

Closed 5iver closed 4 years ago

5iver commented 4 years ago

I've added a function for turning seconds into a human readable string. I debated whether to put this into core.utils or core.date, but chose the latter since it's related to time. I also made corrections to a lot of the docstrings.

Signed-off-by: Scott Rushworth openhab@5iver.com