Function __global->get_timezone_list

Definitions

sources/temporal.php

  • Get a list of timezones.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: array

Parameters

Name Type Default Set Range Description
$bypass_cache boolean False N/A N/A Whether to bypass the timezone cache

Return

  • Timezone (map between boring-style and human-readable name). Sorted in offset order then likelihood order.
  • Type: array
  • Set: N/A
  • Range: N/A