Skip to content

Commit 46efd3d

Browse files
mordanteldionne
andauthored
Update libcxx/src/experimental/tzdb.cpp
Co-authored-by: Louis Dionne <[email protected]>
1 parent d00a18e commit 46efd3d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libcxx/src/experimental/tzdb.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -764,8 +764,7 @@ void __init_tzdb(tzdb& __tzdb, __tz::__rules_storage_type& __rules) {
764764
// zone.
765765
//
766766
// On Linux systems it seems /etc/timezone is deprecated and being phased
767-
// out. This file is used when /etc/localtime is not a symlink, but contains
768-
// a copy of the binary time zone file. For more information and links see
767+
// out. This file is used when /etc/localtime does not exist, or when it exists but is not a symlink. For more information and links see
769768
// https://github.com/llvm/llvm-project/issues/105634
770769

771770
string __name = chrono::__current_zone_environment();

0 commit comments

Comments
 (0)