Due compatible Time library?

deco:
Sorry for the delay, but yesterday I was busy with work till late.
Just compiled with your library, after translating function calls, and it seems to work correctly :smiley:
Thank you very much.
By the way, the interface to the rtc_clock is clean and simple, very nice work.
Even if at the moment I dont use it, also the interface for the alarm:
rtc_clock.set_alarmtime(10, 30, 0);
rtc_clock.attachalarm(announcement);
void announcement(){
...
}
is very clean and I love it.
Thank you again

Thanks for the response.

No hurry, lovely that you like it. btw you can set Hours, Minuets and Seconds seperate for the time too, and the function to call the Alarminterrupt takes me the most time.