http://qs1969.pair.com?node_id=11144395

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi

I have a date in a string, like:

my $date = 'Sat Jun  4 22:47:31 2022';

This is not a DateTime object. I need to change the timezone of this date by reducing it of 2h. Any suggestion?