* tzselect.ksh: Solaris 10 EOL has been extended to January 2027. See: https://blogs.oracle.com/solaris/post/new-end-date-of-extended-support-for-o... --- tzselect.ksh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tzselect.ksh b/tzselect.ksh index 70bda9c0..2073bccd 100644 --- a/tzselect.ksh +++ b/tzselect.ksh @@ -21,7 +21,7 @@ REPORT_BUGS_TO=tz@iana.org # MirBSD Korn Shell <http://www.mirbsd.org/mksh.htm> # # For portability to Solaris 10 /bin/sh (supported by Oracle through -# January 2025) this script avoids some POSIX features and common +# January 2027) this script avoids some POSIX features and common # extensions, such as $(...), $((...)), ! CMD, unquoted ^, ${#ID}, # ${ID##PAT}, ${ID%%PAT}, and $10. Although some of these constructs # work sometimes, it's simpler to avoid them entirely. -- 2.43.0