I would like to print or extract year/month/day values.
I don\'t want to use time_t because of the year 2038 problem, but all examples I found on the In
There's nothing to support calendar dates in the Standard Library apart from the C library functions based on time_t.
Options are, in order of my preference:
gmtime()