I am looking for a function in C++ that calculates how many seconds have past from 1/1/1970 until today.
#include time_t seconds_past_epoch = time(0);
Available on most operating systems.