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

Support $TZ environment variable pointing to timezone data file #3085

Closed
1 task done
ImNtReal opened this issue Jan 25, 2019 · 1 comment
Closed
1 task done

Support $TZ environment variable pointing to timezone data file #3085

ImNtReal opened this issue Jan 25, 2019 · 1 comment

Comments

@ImNtReal
Copy link

  • I have searched open and closed issues for duplicates

Bug Description

Opening the preferences window in 1.20.0 results in a blank window.

Steps to Reproduce

  1. rm -rf ~/.config/Signal
  2. relink Signal
  3. Open Preferences window

Actual Result:
Window opens blank.

Expected Result:
Text and options should be displayed.

Screenshots

image

Platform Info

Signal Version: 1.20.0
Operating System: Arch Linux
Linked Device Version: Android 9 January 5, 2019

Link to Debug Log

The log entry that I think this may be coming from is:
ERROR 2019-01-25T13:44:23.375Z Top-level unhandled promise rejection: RangeError: Unsupported time zone specified undefined

https://debuglogs.org/9dc6497896c318437c0fc46df448d4a4986534e90bf9fd69782782ae4e1e0508

I've actually gotten to the bottom of this while entering this issue. The problem is that in Arch the TZ environment variable points at the timezone file instead of being a string that names the timezone. By default it points to /etc/localtime which should be a symlink to /usr/share/zoneinfo/[timezone]. Would it be possible to support timezone data files instead of only timezone names?

@scottnonnenberg-signal scottnonnenberg-signal changed the title Preference window is blank when $TZ points to timezone data file Support $TZ environment variable pointing to timezone data file Jan 25, 2019
@stale
Copy link

stale bot commented Sep 28, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

3 participants