use strict;use warnings;
use Date::Parse;
my $date = "16 Dec 2011 10:30 pm";
my $time = str2time($date);
print "$time\n";
Reference: https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/