summaryrefslogtreecommitdiff
path: root/Y2K
diff options
context:
space:
mode:
Diffstat (limited to 'Y2K')
-rw-r--r--Y2K3
1 files changed, 1 insertions, 2 deletions
diff --git a/Y2K b/Y2K
index aa7ac311..d12e3525 100644
--- 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.