mirror of
https://gitlab.com/wgp/dougal/software.git
synced 2025-12-06 12:17:08 +00:00
* It accepts a `precision` parameter which truncates the timestamp to a give precision. Can be `seconds`, `minutes`, `hours` or `days` / `date`. * It tries to be more flexible in what it accepts as input. * It accepts an input of "now" which returns the current timestamp. Can be used along with `precision`.