# Datetimes with IST timezone are broken

**URL:** https://meta.discourse.org/t/datetimes-with-ist-timezone-are-broken/292001
**Category:** Bug
**Created:** [January 17, 2024, 9:29pm UTC](https://meta.discourse.org/t/datetimes-with-ist-timezone-are-broken/292001 "2024-01-17T21:29:16Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![mbauman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mbauman/32/139835_2.png) [@mbauman](https://meta.discourse.org/u/mbauman)
#### Post date: [January 17, 2024, 9:29pm UTC](https://meta.discourse.org/t/datetimes-with-ist-timezone-are-broken/292001/1 "2024-01-17T21:29:16Z")

</div>

Dates entered with the datetime picker using a time zone of `"IST"` are not displaying properly in posts. They look ok in the editor preview, but they break in the rendered page, throwing a red banner for site admins and showing the time as though it were UTC instead. Things all work ok if I use the IANA `Asia/Kolkata` tz.

Here’s the reproducer:

`[date=2024-01-18 time=03:00:00 timezone="IST"]` → 2024-01-17T21:30:00Z  
`[date=2024-01-18 time=03:00:00 timezone="Asia/Kolkata"]` → 2024-01-17T21:30:00Z

Displays as:

![image](https://global.discourse-cdn.com/meta/original/4X/b/4/8/b480d7f6792269f8726b95f91a5fd4625189166b.png)

---

<div class="post-metadata">

### Author: ![kris.kotlarek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kris.kotlarek/32/176919_2.png) [@kris.kotlarek](https://meta.discourse.org/u/kris.kotlarek)
#### Post date: [March 20, 2024, 12:30am UTC](https://meta.discourse.org/t/datetimes-with-ist-timezone-are-broken/292001/3 "2024-03-20T00:30:57Z")

</div>

Thank you for reporting this bug. I looked into this problem and 3 time zones had this issue: IST, KST and JST. The bug was fixed in this PR:

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

---

<div class="post-metadata">

### Author: ![kris.kotlarek](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/kris.kotlarek/32/176919_2.png) [@kris.kotlarek](https://meta.discourse.org/u/kris.kotlarek)
#### Post date: [March 20, 2024, 12:31am UTC](https://meta.discourse.org/t/datetimes-with-ist-timezone-are-broken/292001/4 "2024-03-20T00:31:01Z")

</div>


