Skip to content

Instantly share code, notes, and snippets.

View Akimkin's full-sized avatar

Denis Akimkin Akimkin

  • Ukraine
View GitHub Profile
@Akimkin
Akimkin / tzlist.php
Last active December 8, 2022 08:46
Get list of timezones translated to given language in PHP
<?php
/**
* Get list of timezones translated in given language
*
* Requires PHP Intl extension to be present & active in your PHP setup
*
* @param string $langcode - an ISO 639-1 language code
* @return array
*/