or download this
$ perl -wMstrict -MDateTime -le 'print DateTime->now->strftime("%Y-%m-
+%d %H:%M:%S %z")'
2023-03-31 13:08:16 +0000
...
2023-03-31 09:13:15 -0400
$ perl -wMstrict -MDateTime -le 'print DateTime->now(timezone=>"EST5ED
+T")->strftime("%Y-%m-%d %H:%M:%S %z")'
Found extra parameters passed to _check_named_from_epoch_params: [time
+zone]