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 wixSite from 'wix-site';23// ...45const timezone = wixSite.timezone; // "America/New_York"