Search.../

timezone

Gets the site's timezone.

Description

The retrieved timezone is the timezone that has been entered in the General Info section of your site's Dashboard.

The timezone is used your site, apps (e.g. Wix Stores, Wix Bookings), and other Wix features.

Type:

stringRead Only

Was this helpful?

Get the site's timezone

Copy Code
1import wixSiteFrontend from 'wix-site-frontend';
2
3// ...
4
5const timezone = wixSiteFrontend.timezone; // "America/New_York"