mirror of
https://github.com/mailscope/kumomta.git
synced 2026-09-05 02:08:18 +00:00
11 lines
164 B
Markdown
11 lines
164 B
Markdown
# kumo.time.now
|
|
|
|
{{since('2025.12.02-67ee9e96')}}
|
|
|
|
```lua
|
|
local time = kumo.time.now()
|
|
```
|
|
|
|
Constructs a new [Time](Time.md) object representing the current time.
|
|
|