DateTimeZone::__construct(): Unknown or bad timezone (Pacific/Nonsense)
MyDateTimeZone Object ( [country_code] => US [name] => America/Chicago [lat] => 41.85 [lng] => -87.65 [comments] => Central (most areas) [offset] => -18000 [abbr] => CDT [hasdst] => 1 [isdst] => 1 [timezone_type] => 3 [timezone] => America/Chicago ) America/Chicago getLocation() Array ( [country_code] => US [latitude] => 41.85 [longitude] => -87.65 [comments] => Central (most areas) ) getName() America/Chicago getOffset(now) -18000 getTransitions(Jan 1 - Dec 31) Array ( [0] => Array ( [ts] => 1609480800 [time] => 2021-01-01T06:00:00+0000 [offset] => -21600 [isdst] => [abbr] => CST ) [1] => Array ( [ts] => 1615708800 [time] => 2021-03-14T08:00:00+0000 [offset] => -18000 [isdst] => 1 [abbr] => CDT ) [2] => Array ( [ts] => 1636268400 [time] => 2021-11-07T07:00:00+0000 [offset] => -21600 [isdst] => [abbr] => CST ) ) getTransitions(Now) Array ( [0] => Array ( [ts] => 1711696911 [time] => 2024-03-29T07:21:51+0000 [offset] => -18000 [isdst] => 1 [abbr] => CDT ) )