wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_timezone › WordPress Function

Da5.3.0
Deprecaton/a
wp_timezone ( Nessun parametro )
Ritorna:
  • (DateTimeZone) Timezone object.
Definito a:
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.


Sorgenti

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