updated description of t param in date.truncate

pull/1140/head
Scott Anderson 2020-06-24 11:44:03 -06:00
parent 5a384deafb
commit a548088634
1 changed files with 2 additions and 0 deletions

View File

@ -30,6 +30,8 @@ date.truncate(
### t
The time to operate on.
Use an absolute time or relative duration.
Durations are relative to `now()`.
_**Data type:** Time | Duration_