The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
#!perl

use perl5i::latest;
use Test::More 'no_plan';

my $time = gmtime( 2**35 );
is $time->year,  3058;
is $time->epoch, 2**35;