# Add additional timezones to "Insert Date / Time"

**URL:** https://meta.discourse.org/t/add-additional-timezones-to-insert-date-time/253157
**Category:** Feature
**Tags:** completed
**Created:** [January 27, 2023, 10:23pm UTC](https://meta.discourse.org/t/add-additional-timezones-to-insert-date-time/253157 "2023-01-27T22:23:17Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![emilycook\_circleci](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/emilycook_circleci/32/292904_2.png) [@emilycook\_circleci](https://meta.discourse.org/u/emilycook_circleci)
#### Post date: [January 27, 2023, 10:23pm UTC](https://meta.discourse.org/t/add-additional-timezones-to-insert-date-time/253157/1 "2023-01-27T22:23:18Z")

</div>

There are a few standard timezones missing from the `Insert Date / Time` feature that we use fairly regularly. Primarily `IST` (Indian Standard Time), `JST` (Japan Standard Time, although `Japan` is an option), and `KST` (Korean Standard Time).

It would be nice to have those as options for our community members in those timezones.

---

<div class="post-metadata">

### Author: ![pmusaraj](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pmusaraj/32/119489_2.png) [@pmusaraj](https://meta.discourse.org/u/pmusaraj)
#### Post date: [February 1, 2023, 7:37pm UTC](https://meta.discourse.org/t/add-additional-timezones-to-insert-date-time/253157/3 "2023-02-01T19:37:08Z")

</div>

I have added a fix for this in

[https://github.com/discourse/discourse/pull/20114](https://github.com/discourse/discourse/pull/20114)

The reason why some of these timezone names aren’t available is a little complicated. We use Moment.js for dates, and Moment’s timezone list comes from the [IANA time zone identifier](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) list, which returns `Asia/Kolkata` for Indian Standard Time. Moment also includes aliases, but the full list of aliases is very long, so for now I have added aliases manually for the requested timezones.
