Open dkhalanskyjb opened 2 months ago
Hey, I want to confirm the logic if I'm correct on a high level. If the /etc/localtime
file exists then we get the data from this file else we move to /etc/timezone
file. As both the file contains the zoneID in same formate it will not affect the logic.
Am I right ?
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.