Site updated at 2016-09-09 08:31:19 UTC

This commit is contained in:
Travis CI 2016-09-09 08:31:19 +00:00
parent e066f01c88
commit f3a34d14fd
24 changed files with 44 additions and 37 deletions

View file

@ -291,6 +291,9 @@ Closest to an entity: {{ closest(states.zone.school, 'group.children') }}
# Timestamps
{{ value_json.tst | timestamp_local }}
{{ value_json.tst | timestamp_utc }}
# Square bracket notation
{{ value_json["001"] }}
</code></pre>
</div>