i-bash/Y2K

5 lines
205 B
Text
Raw Normal View History

1999-02-19 17:11:39 +00:00
Since Bash does not manipulate date strings, it is Y2K-safe.
The only thing that Bash does with date strings is manipulate the string
2004-07-27 13:29:18 +00:00
returned by ctime(3) or strftime(3) in the prompt customization code.