Say I have a specific instant in time where I know the hour, minute, day, second, month, year, etc; how can I convert this epoch time (seconds since 1970)?
I can\'t
mktime() can convert struct tm into seconds-since-Epoch.
mktime()
struct tm