wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_timezone_string › WordPress Function

Seit5.3.0
Veraltetn/v
wp_timezone_string ( Keine Parameter )
Gibt zurück:
  • (string) PHP timezone name or a ±HH:MM offset.
Definiert in:
Codex:

Retrieves the timezone of the site as a string.

Uses the timezone_string option to get a proper timezone name if available, otherwise falls back to a manual UTC ± offset. Example return values: - 'Europe/Rome' - 'America/North_Dakota/New_Salem' - 'UTC' - '-06:30' - '+00:00' - '+08:45'


Quellcode

Bald...