WC_DateTime::set_utc_offset( int $offset )

Set UTC offset – this is a fixed offset instead of a timezone.


Description Description


Parameters Parameters

$offset

(Required) Offset.


Top ↑

Source Source

File: includes/class-wc-datetime.php

	public function set_utc_offset( $offset ) {
		$this->utc_offset = intval( $offset );
	}

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.