Bump to 4.3.30 - Fix CVE-2014-7186
[platform/upstream/bash.git] / Y2K
diff --git a/Y2K b/Y2K
index aa7ac31..d12e352 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.