I need to convert epoch date and time string to UTC date and time using Perl.
Kindly share your thoughts.
#!/usr/bin/perl
my $start_time='1448841600';
my $stop_time='1448863200';
The above two date and times are in epoch format and those should be converted to UTC date and time.