See Original text in context
method offset(DateTime:D: --> Int:D)
Returns the time zone in seconds as an offset from UTC. This is an alias for #method timezone.
say DateTime.new('2015-12-24T12:23:00+0200').offset; # OUTPUT: «7200»