mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-08 03:28:57 +00:00
8 lines
165 B
Markdown
8 lines
165 B
Markdown
```rust
|
|
pub fn now() -> Value
|
|
```
|
|
|
|
Returns the current time in UTC as unix timestamp.
|
|
|
|
To format this timestamp, use the [datetimeformat](datetimeformat.md) filter.
|