sorry-app / status-bar

Display your Sorry™ status updates on your website and helpdesk.
https://www.sorryapp.com/notifications/
Apache License 2.0
10 stars 4 forks source link

Missing timezone reference in status-bar #51

Open tvb opened 6 years ago

tvb commented 6 years ago

This is confusing:

Im pretty sure I scheduled a maintenance at 7:45pm PDT, see

screen shot 2018-06-03 at 17 18 56

However my bar is saying:

screen shot 2018-06-03 at 17 20 17

June 4th 4:45am ... then I noticed this is probably showing my local time zone which is great actually, but it should state CEST to be more clear

SirRawlins commented 6 years ago

@tvb this is an excellent idea! The plugin uses Moment.js to translate the UTC timestamp into something for friendly for the audience, it shouldn't need much work to add the Timezone letters in. I'll take a look at this.

tvb commented 6 years ago

@SirRawlins any update?

SirRawlins commented 6 years ago

@tvb at the moment the JS library we use for formatting the dates doesn't support timezone letters, I've opened an issue with them to discuss it. https://github.com/helpers/helper-moment/issues/6

We'll see where this takes us.