Jari Aalto | b72432f | 1999-02-19 17:11:39 +0000 | [diff] [blame] | 1 | Since Bash does not manipulate date strings, it is Y2K-safe. |
2 | |||||
3 | The only thing that Bash does with date strings is manipulate the string | ||||
Jari Aalto | b80f644 | 2004-07-27 13:29:18 +0000 | [diff] [blame] | 4 | returned by ctime(3) or strftime(3) in the prompt customization code. |