Time:format(format)
{{since('20220807-113146-c2fee766')}}
Formats the time object as a string, using the local date/time representation of the time.
The format string supports the set of formatting placeholders described here.
> wezterm.time.now():format("%Y-%m-%d %H:%M:%S")
"2022-07-17 11:14:15"
> wezterm.time.now():format_utc("%Y-%m-%d %H:%M:%S")
"2022-07-17 18:14:15"
See also Time:format_utc().