You are here

public function StoreInterface::getTimezone in Commerce Core 8.2

Gets the store timezone.

Used when determining promotion and tax availability.

Return value

string The timezone.

1 method overrides StoreInterface::getTimezone()
Store::getTimezone in modules/store/src/Entity/Store.php
Gets the store timezone.

File

modules/store/src/Entity/StoreInterface.php, line 95

Class

StoreInterface
Defines the interface for stores.

Namespace

Drupal\commerce_store\Entity

Code

public function getTimezone();