A quick and easy wrapper for the timezone functions in PHP.
You can install the package via composer:
composer require gaming-engine/timezone
use GamingEngine\Timezone\TimezoneList;
$timezones = TimezoneList::all();
// Provides all timezones
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.