Project Timer with DS1307 - Array of TimeElements; - Is Possible ?

From the readme :

"Low level functions to convert between system time and individual time elements are provided:
breakTime( time, &tm); // break time_t into elements stored in tm struct
makeTime( &tm); // return time_t from elements stored in tm struct "

So you can convert both ways.