wezterm.strftime(format)
Since: 20210314-114017-04b7cedd
Formats the current local date/time into a string using the Rust chrono strftime syntax.
local wezterm = require 'wezterm';
local date_and_time = wezterm.strftime("%Y-%m-%d %H:%M:%S");
wezterm.log_info(date_and_time);
See also strftime_utc.