On Wed, 1 Sep 2021 12:51:15 GMT, Florian Weimer wrote:
>> Hi,
>> Please help me review the change to enhance getting time zone ID from
>> /etc/localtime on linux.
>>
>> We use `realpath` instead of `readlink` to obtain the link name of
>> /etc/localtime, because `readlink` can only read the v
On Wed, 1 Sep 2021 12:38:38 GMT, Alan Bateman wrote:
> I haven't come across this configuration like but changing it to use realpath
> seem reasonable.
Thanks, this scenario comes from our customers.
> Using `realpath` instead of `readlink` will change results on systems which
> use symbolic
"/Asia/Shanghai", not "Asia/Shanghai", which
> consider as invalid in `ZoneInfoFile.getZoneInfo()`. Using `realpath`, you
> can get “/usr/share/zoneinfo/Asia/Shanghai“ directly from “/etc/localtime“.
>
> Thanks,
> wuyan
Wu Yan has updated the pull req
On Thu, 9 Sep 2021 08:25:44 GMT, Wu Yan wrote:
>> Hi,
>> Please help me review the change to enhance getting time zone ID from
>> /etc/localtime on linux.
>>
>> We use `realpath` instead of `readlink` to obtain the link name of
>> /etc/localtime, because `
On Wed, 1 Sep 2021 13:39:46 GMT, Naoto Sato wrote:
>> Hi,
>> Please help me review the change to enhance getting time zone ID from
>> /etc/localtime on linux.
>>
>> We use `realpath` instead of `readlink` to obtain the link name of
>> /etc/localtime, because `readlink` can only read the value
On Mon, 11 Oct 2021 18:16:28 GMT, Naoto Sato wrote:
>> Wu Yan has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> replace realpath
>
> src/java.base/unix/native/libjava/TimeZone_md.c line 113:
>
>> 1
On Mon, 11 Oct 2021 18:18:02 GMT, Naoto Sato wrote:
>> Wu Yan has updated the pull request incrementally with one additional commit
>> since the last revision:
>>
>> replace realpath
>
> src/java.base/unix/native/libjava/path_util.h line 31:
>
>>
"/Asia/Shanghai", not "Asia/Shanghai", which
> consider as invalid in `ZoneInfoFile.getZoneInfo()`. Using `realpath`, you
> can get “/usr/share/zoneinfo/Asia/Shanghai“ directly from “/etc/localtime“.
>
> Thanks,
> wuyan
Wu Yan has updated the pull request i
"/Asia/Shanghai", not "Asia/Shanghai", which
> consider as invalid in `ZoneInfoFile.getZoneInfo()`. Using `realpath`, you
> can get “/usr/share/zoneinfo/Asia/Shanghai“ directly from “/etc/localtime“.
>
> Thanks,
> wuyan
Wu Yan has updated the pull requ
"/Asia/Shanghai", not "Asia/Shanghai", which
> consider as invalid in `ZoneInfoFile.getZoneInfo()`. Using `realpath`, you
> can get “/usr/share/zoneinfo/Asia/Shanghai“ directly from “/etc/localtime“.
>
> Thanks,
> wuyan
Wu Yan has updated the pull r
On Fri, 15 Oct 2021 07:03:18 GMT, Hamlin Li wrote:
>> Wu Yan has updated the pull request with a new target base due to a merge or
>> a rebase. The incremental webrev excludes the unrelated changes brought in
>> by the merge/rebase. The pull request contains four additi
On Wed, 1 Sep 2021 13:39:46 GMT, Naoto Sato wrote:
>> Hi,
>> Please help me review the change to enhance getting time zone ID from
>> /etc/localtime on linux.
>>
>> We use `realpath` instead of `readlink` to obtain the link name of
>> /etc/localtime, because `readlink` can only read the value
On Wed, 1 Sep 2021 06:45:26 GMT, Wu Yan wrote:
> Hi,
> Please help me review the change to enhance getting time zone ID from
> /etc/localtime on linux.
>
> We use `realpath` instead of `readlink` to obtain the link name of
> /etc/localtime, because `readlink` can only r
13 matches
Mail list logo