Skip to content

Instantly share code, notes, and snippets.

View AlbertMN's full-sized avatar

Albert Møller Nielsen AlbertMN

View GitHub Profile
<?php
use DateTimeZone;
/**
* Some timezone names are not officially "canonical", but rather an alias or alternative name.
* This class resolves those to the correct timezone name.
* https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
*/
final class TimezoneNameResolver {