Site updated at 2016-05-07 20:05:09 UTC

This commit is contained in:
Travis CI 2016-05-07 20:05:09 +00:00
parent 734e3c6515
commit 890a79eba3
300 changed files with 7312 additions and 1175 deletions

View file

@ -146,6 +146,7 @@ The frontend has a template editor developer tool to help develop and debug temp
<li>Filter <code>round(x)</code> will convert the input to a number and round it to <code>x</code> decimals.</li>
<li><code>now</code> will be rendered as current time in your time zone.</li>
<li><code>utcnow</code> will be rendered as UTC time.</li>
<li><code>as_timestamp</code> will convert datetime object or string to UNIX timestamp</li>
<li><code>distance()</code> will measure the distance in meters between home, entity, coordinates.</li>
<li><code>closest()</code> will find the closest entity.</li>
</ul>