Datetime Provider¶
Hooks that work with date and time
Hooks¶
| Type | Description | Return |
|---|---|---|
| date_now | Hook for updating dict objects with items. | str |
| datetimme | Hook for updating dict objects with items. | str |
Examples¶
date_now¶
Get the current date or timestamp.
now->: date_now
year->: date_now %Y
month_year->: date_now "%B %Y"
timestamp->: date_now --timestamp
timestamp_utc->: date_now --timestamp --utc