See Original text in context
method offset-in-hours(DateTime:D: --> Real:D)
Returns the time zone in hours as an offset from UTC.
say DateTime.new('2015-12-24T12:23:00+0200').offset-in-hours; # OUTPUT: «2»