-
Notifications
You must be signed in to change notification settings - Fork 110
Support obtaining the system timezone on old Debian-based distributions #430
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
Comments
Hey, I want to confirm the logic if I'm correct on a high level. If the Am I right ? |
Are they? |
Also, there might be no |
It's at least plausible that someone will encounter this problem without using a woefully outdated system. For example, Ubuntu 14.04, based on Debian 8, is still supported under the legacy LTS program: https://ubuntu.com/about/release-cycle
Yes, we already support this: a86e7f8 |
I see the next output on gentoo stage3:
@dkhalanskyjb What do you think about this output? |
@DmitryNekrasov, we can support this if someone complains. I wouldn't do that proactively, as having |
…er and print the result of them
From https://wiki.debian.org/TimeZoneChanges:
According to the dates from https://en.wikipedia.org/wiki/Debian_version_history, this means that some Debian releases between 2007-04-08 and 2020-07-18 used a regular file instead of a symlink for
/etc/localtime
, a behavior we don't currently support. Instead, the timezone name should be obtained from/etc/timezone
, a Debian-specific file.It's worth noting that the Debian releases in question are all past their long-term support guarantees and are considered old. Still, if they are still widespread, it may be worth it to include the required workaround.
The text was updated successfully, but these errors were encountered: