Strapi plugin logo for Timezone Select

Timezone Select

A strapi custom field for selecting any timezone based on the moment.js timezones.

thumbnail for Timezone Select

Strapi plugin timezone-select

A strapi custom field for selecting any timezone based on the moment.js timezones.

Installation

To install this plugin, you need to add an NPM dependency to your Strapi application:

1
2
3
4
5
# Using Yarn
yarn add strapi-plugin-timezone-select

# Or using NPM
npm install strapi-plugin-timezone-select

Then, you'll need to build your admin panel:

1
2
3
4
5
# Using Yarn
yarn build

# Or using NPM
npm run build

Usage

After installation you will find the timezone-select at the custom fields section of the content-type builder.

timezone select screenshot

Now you can select any country from the list. The Alpha-2 code of the selected timezone is stored in the database.

timezone select screenshot

Related

This plugin is inspired by Chris Ebert's strapi-plugin-country-select

Install now

npm install strapi-plugin-timezone-select

Last updated

12 days ago

Strapi Compatibility

4.7.1 and above

Author

github profile image for Cédric Pontet
Cédric Pontet

Useful links

Create your own plugin

Check out the available plugin resources that will help you to develop your plugin or provider and get it listed on the marketplace.