Your browser is in …
.
Current local time: …
@php
$tzOptionsCreate = [
'America/New_York' => 'Eastern (New York)',
'America/Chicago' => 'Central (Chicago)',
'America/Denver' => 'Mountain (Denver)',
'America/Phoenix' => 'Mountain — no DST (Phoenix)',
'America/Los_Angeles' => 'Pacific (Los Angeles)',
'America/Anchorage' => 'Alaska (Anchorage)',
'Pacific/Honolulu' => 'Hawaii (Honolulu)',
'UTC' => 'UTC',
'Europe/London' => 'London',
'Europe/Berlin' => 'Berlin / Paris',
'Asia/Tokyo' => 'Tokyo',
'Australia/Sydney' => 'Sydney',
];
$defaultTzCreate = old('schedule_timezone', config('app.timezone', 'America/Denver'));
@endphp