Use strftime( )
to print a formatted time and date string
that looks like this:
Today is day 20 of October and day 294 of the year 2004. The time is 07:45 PM
(also known as 19:45).
To make your output exactly match the example, use mktime(
) to get the epoch timestamp for 7:45 p.m. on October 20,
2004.