Friday, December 16, 2011

Perl Convert Human Date to Unix Timestamp

#!/usr/bin/perl -w

use strict;
use warnings;

use Date::Parse;

my $date = "16 Dec 2011 10:30 pm";

my $time = str2time($date);

print "$time\n";

Proxmox installation display out of range

Reference:  https://forum.proxmox.com/threads/proxmox-ve-screen-out-of-range.131297/