Problem
1. Calculate the latest time that can be represented by the time_t data type. After it wraps around, what happens?
2. Write a program to obtain the current time and print it using strf time, so that it looks like the default output from date(1). Set the TZ environment variable to different values and see what happens.