Finish util-time documentation.
This commit is contained in:
parent
507e8e9043
commit
cf4211d1ba
2 changed files with 10 additions and 5 deletions
|
@ -18,4 +18,10 @@ Returns the current milliseconds counter that can be used for high-precision tim
|
|||
|
||||
(seconds->iso-date-string . args)
|
||||
|
||||
Converts given seconds to ISO date string. Defaults to ```(current-seconds)```.
|
||||
Converts given seconds to ISO date string YYYY-MM-DD. Defaults to ```(current-seconds)```.
|
||||
|
||||
### today/iso [procedure]
|
||||
|
||||
(today/iso)
|
||||
|
||||
Returns today as ISO date string YYYY-MM-DD.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue