.. _auto_get_timezones: *GET TIMEZONES* =============== Retrieves the full list of valid timezone identifiers (e.g. "America/New_York", "Europe/London") supported by the server's PHP runtime. Use this worker to populate timezone selection dropdowns or validate timezone inputs in a workflow. When to use ----------- Tagged: ``php``, ``reference_data``, ``timezone_identifiers_list``, ``timezones``, ``utility``. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Timezones - timezones - list - Flat list of all IANA timezone identifier strings (e.g. 'America/Chicago', 'UTC') as returned by PHP's timezone_identifiers_list(); use as-is to populate selection menus or drive timezone-aware processing steps. Disciplines ----------- - platform.workflow .. raw:: html

Auto-generated from platform schema. Worker id: get_timezones. Schema hash: 1ddd7dd46015. Hand-curated docs in workerexamples/ override this page when present.