在 DateTime 中§
请参阅主要文档 在上下文中 了解方法时区
method timezone(DateTime: --> Int)
以秒为单位返回时区,作为与 UTC 的偏移量。
say DateTime.new('2015-12-24T12:23:00+0200').timezone; # OUTPUT: «7200»
请参阅主要文档 在上下文中 了解方法时区
method timezone(DateTime: --> Int)
以秒为单位返回时区,作为与 UTC 的偏移量。
say DateTime.new('2015-12-24T12:23:00+0200').timezone; # OUTPUT: «7200»