]> git.proxmox.com Git - pmg-log-tracker.git/commit
cleanup: remove unused strftime function
authorMira Limbeck <m.limbeck@proxmox.com>
Tue, 20 Feb 2024 10:06:47 +0000 (11:06 +0100)
committerStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 23 Feb 2024 17:29:17 +0000 (18:29 +0100)
commitaf6c02e6588c50546bbe7a23ffa4f31bb751607c
tree9385b7361bccba88ba6086ffa692d0e1582565e8
parent033d9fea42e4a8e7948085a1f1d506a6353ed089
cleanup: remove unused strftime function

since we switched to proxmox_time::strftime_local for printing the start
and end times using local time, the strftime functions in src/time.rs is
unused and can be removed

Signed-off-by: Mira Limbeck <m.limbeck@proxmox.com>
src/time.rs