TimeLib library functions

I was wondering how do i get multiple timers with the timelib.h library. Do i invoke "time_t sectime," or do i do something else to get a second independant clock. thank you

Explain more about the "second independent clock". What do you mean by "multiple timers"?

There is one hardware timer which produces millis() values which get referenced to external time by the time library. You can add or subtract to that time, and you can have multiple alarms triggered from the TimeAlarms library.

What are you actually trying to achieve?