]> granicus.if.org Git - icu/commitdiff
ICU-12770 Update/fix comments about TZDEFAULT target on various systems
authorPeter Edberg <pedberg@unicode.org>
Tue, 31 Oct 2017 03:36:22 +0000 (03:36 +0000)
committerPeter Edberg <pedberg@unicode.org>
Tue, 31 Oct 2017 03:36:22 +0000 (03:36 +0000)
X-SVN-Rev: 40659

icu4c/source/common/putil.cpp

index ca93f64e8fb475b1ba86e4363f7095be71230da7..83f08ac0705614e9a5c9efecb09d7a3801d83307 100644 (file)
@@ -676,8 +676,8 @@ extern U_IMPORT char *U_TZNAME[];
 #if !UCONFIG_NO_FILE_IO && ((U_PLATFORM_IS_DARWIN_BASED && (U_PLATFORM != U_PF_IPHONE || defined(U_TIMEZONE))) || U_PLATFORM_IS_LINUX_BASED || U_PLATFORM == U_PF_BSD || U_PLATFORM == U_PF_SOLARIS)
 /* These platforms are likely to use Olson timezone IDs. */
 /* common targets of the symbolic link at TZDEFAULT are:
- * "/usr/share/zoneinfo/<olsonID>" default, older Linus distros, macOS to 10.12
- * "../usr/share/zoneinfo/<olsonID>" newer Linux distros: Red Hat Enterprise Linux 7, Ubuntu, SuSe Linux
+ * "/usr/share/zoneinfo/<olsonID>" default, older Linux distros, macOS to 10.12
+ * "../usr/share/zoneinfo/<olsonID>" newer Linux distros: Red Hat Enterprise Linux 7, Ubuntu 16, SuSe Linux 12
  * "/usr/share/lib/zoneinfo/<olsonID>" Solaris
  * "../usr/share/lib/zoneinfo/<olsonID>" Solaris
  * "/var/db/timezone/zoneinfo/<olsonID>" macOS 10.13