mirror of
https://github.com/wez/wezterm.git
synced 2024-12-04 17:45:23 +03:00
9 lines
195 B
Markdown
9 lines
195 B
Markdown
|
# `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
|