名称DateTime::TimeZone-时区对象基类和工厂版本版本1.83概要use DateTime;use DateTime::TimeZone;my$tz=DateTime::TimeZone->new(name=>'America/Chicago');my$dt=DateTime->now();my$offset=$tz->offset_for_datetime($dt);描述此类是所有时区对象的基类。时区在内部表示为一组观察,每个观察描述给定时间段内与GMT的偏移量。请注意,如果没有DateTime.pm模块,该模块不会做太多事情。它的主要接口是通过DateTime对象,大多数用户不需要直接使用DateTime::TimeZone方法。用法这个类有以下方法:DateTime::TimeZone->new(