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