Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wrong time for Brazil timezone for DST areas #1391

Closed
Mixelito opened this issue Nov 7, 2019 · 9 comments
Closed

Wrong time for Brazil timezone for DST areas #1391

Mixelito opened this issue Nov 7, 2019 · 9 comments
Milestone

Comments

@Mixelito
Copy link

Mixelito commented Nov 7, 2019

The docker image with the daylight saving time tzdata package is out of date.

In Brazil (-03:00) no longer has daylight saving time but is displaying timezone with -02:00

apt list --installed | grep tzdata
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
tzdata/now 2019b-0+deb9u1 all [installed,local]

@luckstyle94
Copy link

I'm facing the same issue with snap installation, TZData is out of date, I cound'nt fix it yet..

@reetp
Copy link

reetp commented Nov 11, 2019

I think this is related:

#1388

@sampaiodiego sampaiodiego transferred this issue from RocketChat/Rocket.Chat Nov 11, 2019
@sampaiodiego sampaiodiego changed the title tzdata out of date on docker Wrong time for Brazil timezone for DST areas Nov 11, 2019
@sampaiodiego
Copy link
Member

sampaiodiego commented Nov 11, 2019

Moved the issue to the right repository as it happens only on the desktop app.

The issue itself is related to NodeJS and not to Rocket.Chat itself: nodejs/node#30211

we're trying to work on a workaround while the official fix is not released by NodeJS

@sampaiodiego
Copy link
Member

related to #1181

@toppermitz
Copy link

I have the same issue, in version 2.16.2 this may seems OK

@dwolff
Copy link

dwolff commented Nov 20, 2019

It's totally a "band-aid", a tempfix, but if you set the "TZ" environment variable to "America/Bahia" and then execute the application, it works.
I use Ubuntu, so I changed the "Exec" on rocketchat-desktop.desktop to this:
Exec=sh -c "TZ='America/Bahia' /opt/Rocket.Chat/rocketchat-desktop %U"

Works for me.

@tassoevan tassoevan added this to the 2.17.0 milestone Nov 26, 2019
@tassoevan
Copy link
Collaborator

I'm closing it since I believe it's fixed at the develop branch, soon to be released as 2.17.0.

@lkraider
Copy link

Will version 2.17 be released in the Mac AppStore ?

@tassoevan
Copy link
Collaborator

@lkraider I'm waiting for news about Electron 7 passing through the App Store validation. Until there, we're blocked. 😞

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

8 participants