Add as_timestamp() to Jinja filters. (#21910)
Add as_timestamp() to Jinja filters
This commit is contained in:
parent
29f01fb14e
commit
9ab543ab3d
1 changed files with 1 additions and 0 deletions
|
@ -657,6 +657,7 @@ ENV.filters['sin'] = sine
|
|||
ENV.filters['cos'] = cosine
|
||||
ENV.filters['tan'] = tangent
|
||||
ENV.filters['sqrt'] = square_root
|
||||
ENV.filters['as_timestamp'] = forgiving_as_timestamp
|
||||
ENV.filters['timestamp_custom'] = timestamp_custom
|
||||
ENV.filters['timestamp_local'] = timestamp_local
|
||||
ENV.filters['timestamp_utc'] = timestamp_utc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue