# Conflict between timezones in "Insert date / time"

**URL:** https://meta.discourse.org/t/conflict-between-timezones-in-insert-date-time/208539
**Category:** UX
**Created:** [November 8, 2021, 10:34am UTC](https://meta.discourse.org/t/conflict-between-timezones-in-insert-date-time/208539 "2021-11-08T10:34:39Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![gassim](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gassim/32/220910_2.png) [@gassim](https://meta.discourse.org/u/gassim)
#### Post date: [November 8, 2021, 10:34am UTC](https://meta.discourse.org/t/conflict-between-timezones-in-insert-date-time/208539/1 "2021-11-08T10:34:39Z")

</div>

Hi

When I use the use “insert date / time” icon to insert a date and then it seems that there’s a conflict between the time in Oslo (GMT+1) and the ETC/GMT+1. Is this a bug or there’s actually a difference between GMT+1 & ETC/GMT+1?

Here’s a live example: Monday, November 8, 2021 7:00 PM

 ![image](https://global.discourse-cdn.com/meta/original/3X/f/0/f0d5a547277cf0f83ef1eb232c60fb08afd9c4f6.png)  
I thought the time is supposed to be the same?

---

<div class="post-metadata">

### Author: ![david](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/david/32/157490_2.png) [@david](https://meta.discourse.org/u/david)
#### Post date: [November 8, 2021, 1:00pm UTC](https://meta.discourse.org/t/conflict-between-timezones-in-insert-date-time/208539/2 "2021-11-08T13:00:25Z")

</div>

I’m afraid the technical reason here is pretty confusing - you can read about it at [Moment Timezone | Docs](https://momentjs.com/timezone/docs/#/zone-object/offset/)

> POSIX compatibility requires that the offsets are inverted. Therefore, Etc/GMT-X will have an offset of `+X` and Etc/GMT+X will have an offset of `-X` . This is a result of IANA’s [Time Zone Database](https://github.com/eggert/tz/blob/2017b/etcetera#L36-L42) and not an arbitrary choice by Moment.js. Thus, using locality based identifiers is preferred over fixed-offset identifiers.

So, in IANA’s Time Zone database, Europe/Oslo is currently equivalent to `Etc/GMT-1`

Monday, November 8, 2021 7:00 PM

I do wonder if we could/should introduce our own `UTC+1`, `UTC+2`, timezone aliases (without the `Etc/` prefix). 🤔 (cc @j.jaffeux)

---

<div class="post-metadata">

### Author: ![Simon\_Manning](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon_manning/32/198596_2.png) [@Simon\_Manning](https://meta.discourse.org/u/Simon_Manning)
#### Post date: [November 8, 2021, 3:16pm UTC](https://meta.discourse.org/t/conflict-between-timezones-in-insert-date-time/208539/3 "2021-11-08T15:16:14Z")

</div>

> [@david](#):
>
> I do wonder if we could/should introduce our own `UTC+1` , `UTC+2` , timezone aliases (without the `Etc/` prefix)

If it’s straightforward, I would probably suggest the removal of the Etc timezones as well. With the exception of some POSIX / time related Discourse instances, these timezones will be largely irrelevant and often confusing if a user wants to target an offset rather than a locale. They would appear before GMT/UTC in the list and the average user won’t know what the Etc prefix means.

If not removed, the prefix should be included in the display of the inserted time. Perhaps even with some indication that it might not be what the user expects, e.g. **Etc/GMT+1** (= GMT-1)

---

<div class="post-metadata">

### Author: ![gassim](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/gassim/32/220910_2.png) [@gassim](https://meta.discourse.org/u/gassim)
#### Post date: [November 8, 2021, 4:09pm UTC](https://meta.discourse.org/t/conflict-between-timezones-in-insert-date-time/208539/4 "2021-11-08T16:09:58Z")

</div>

@david thank you for the response and reference! So from what I concluded as a the solution for now, it would be to avoid using ETC/GMT and instead use the name of the city.
