Skip to content

Instantly share code, notes, and snippets.

@sohelamin
Last active July 22, 2016 05:53
Show Gist options
  • Save sohelamin/634aee48874d7faab998663db73bc1a4 to your computer and use it in GitHub Desktop.
Save sohelamin/634aee48874d7faab998663db73bc1a4 to your computer and use it in GitHub Desktop.
DateTime

Timezone name from an offset

$tz_offset = 6;

$tz_name = timezone_name_from_abbr(null, $tz_offset * 3600, true);

var_dump($tz_name);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment