diff options
author | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 12:53:09 -0500 |
---|---|---|
committer | Chet Ramey <chet.ramey@case.edu> | 2011-12-03 12:53:09 -0500 |
commit | 545f34cfd4e62689f390814b4413aa7c78f85faf (patch) | |
tree | f6763ea3d6ce54967f02309e80f9752ddbfd2875 /Y2K | |
parent | 5e13499c55639e93fbe46ce3dc053d74e5578cf9 (diff) | |
download | bash-545f34cfd4e62689f390814b4413aa7c78f85faf.tar.gz |
commit bash-20040108 snapshot
Diffstat (limited to 'Y2K')
-rw-r--r-- | Y2K | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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. |