request for member 'hour' in 'now', which is of non-class type 'time_t() {aka lo

Hola a todos,, estoy desarrollando un proyecto de generar una alarma cada hora y estoy utilizando las
siguientes librerias

#include <Wire.h>
#include "RTClib.h"
#include <LiquidCrystal_I2C.h>
#include <Keypad.h>
#include <TimeLib.h>
#include <TimeAlarms.h>
#include <Time.h>
RTC_DS1307 RTC;

compilo el programa y me aparece este error,

request for member 'hour' in 'now', which is of non-class type 'time_t() {aka long unsigned int()}'

les agradeceria mucho si me ayudan con este tema,,