By Vijendra
Startbit Timezone Select is a Strapi plugin that adds a custom Timezone field, allowing users to select and display time zones listing in UTC format.
released March 19, 2026
npm install startbit-timezone-selectThe official plugin to provide custom select field into admin
Plugin Name: Startbit Timezone Select
Description: Startbit Timezone Select is a Strapi plugin that adds a custom Timezone field, allowing users to select and display time zones listing in UTC format.
To install this plugin, you need to add an NPM dependency to your Strapi application.
# Using Yarn
yarn add startbit-timezone-select
# Or using NPM
npm install startbit-timezone-selectRun the below command to start your strapi project on local system and go to admin by typing /admin into your home URL.

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

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

Share your work with the community and get it listed in the Strapi ecosystem for everyone to discover and use.
Submit
