]> git.ipfire.org Git - thirdparty/bash.git/blobdiff - Y2K
Bash-4.3 patch 45
[thirdparty/bash.git] / Y2K
diff --git a/Y2K b/Y2K
index aa7ac311fc807fdc4f3ebd37567c05be546f274f..d12e3525ddd04bce7805ae6bf21ff274d4a45327 100644 (file)
--- a/Y2K
+++ b/Y2K
@@ -1,5 +1,4 @@
 Since Bash does not manipulate date strings, it is Y2K-safe.
 
 The only thing that Bash does with date strings is manipulate the string
-returned by ctime(3) in the prompt customization code.  In all cases,
-it discards the year.
+returned by ctime(3) or strftime(3) in the prompt customization code.