1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-04 17:45:23 +03:00
wezterm/docs/config/lua/wezterm.time/Time/index.markdown

9 lines
195 B
Markdown
Raw Normal View History

# `Time` object
Represents a date and time that is tracked internally as UTC.
Using `tostring()` on a `Time` object will show the internally tracked UTC time
information.
## Available methods