]> git.proxmox.com Git - pve-storage.git/commit
fix #3199: by fixing usage of strftime
authorFabian Ebner <f.ebner@proxmox.com>
Tue, 15 Dec 2020 10:59:29 +0000 (11:59 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 15 Dec 2020 13:40:45 +0000 (14:40 +0100)
commit189e67ffa6c707a6609a310bd12c75da628082b0
tree02fd18321d90fc6d1b8f64f4006e0a6374cae182
parent32dbc619a5ab7f45a9b0bb28e28a458e4a3fa2ce
fix #3199: by fixing usage of strftime

In a very early version I wanted to parse the date from the backup
name, and when switching to using the ctime and localtime() instead,
I forgot to update the usage of strftime.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage.pm
test/prune_backups_test.pm