There is a macro definition problem in that ported library. In your code where you include the TimeAlarms library, right after that you need to undefined the problem:
#include "TimeAlarms.h"
#undef now()
There is a macro definition problem in that ported library. In your code where you include the TimeAlarms library, right after that you need to undefined the problem:
#include "TimeAlarms.h"
#undef now()