1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-04 07:06:59 +03:00
wezterm/docs/config/lua/wezterm.time/Time/index.markdown
Wez Furlong 85fb78d788 lua: add wezterm.time and Time object
Includes a method for determining sunrise/sunset.
2022-07-17 11:38:02 -07:00

195 B

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