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



wp_timezone › WordPress Function

Seit5.3.0
Veraltetn/v
wp_timezone ( Keine Parameter )
Gibt zurück:
  • (DateTimeZone) Timezone object.
Definiert in:
Codex:

Retrieves the timezone of the site as a `DateTimeZone` object.

Timezone can be based on a PHP timezone string or a ±HH:MM offset.


Quellcode

function wp_timezone() {
	return new DateTimeZone( wp_timezone_string() );
}