]> git.ipfire.org Git - thirdparty/bash.git/blame - Y2K
Bash-4.3 patch 7
[thirdparty/bash.git] / Y2K
CommitLineData
b72432fd
JA
1Since Bash does not manipulate date strings, it is Y2K-safe.
2
3The only thing that Bash does with date strings is manipulate the string
b80f6443 4returned by ctime(3) or strftime(3) in the prompt customization code.