 | | A number of systems programming applications need to be able to convert between the internal date and time format used by UNIX and the date and time strings that are used by humans. The library routines provided by the operating system encompass all the knowledge about complexities such as time zones and DST, so that the programmer does not have to worry about them. This book uses these functions in several of the examples in the remaining chapters. | |
|