Problem Deek Robot Data Logging Shield V1.0

Hi! I bought on ebay this module some day ago: Deek Robot Data Logging Shield V1.0.

I have problem to run it: I'm able to set the current time but when I read it the value (hour and date) is not correct (I try to change the battery so I think that it is not the problem).
I use Arduino Uno R3.

I readed some old post and I tried differet libraries:

Time.h Time Library, Timekeeping and Time/Date Manipulation on Teensy
DS1307RTC-master DS1307RTC Library, For Accessing Real Time Clock (RTC) Chips
With the example I correctly set the time, but when I run the read example I obtain always the same data and hour (different from the one that I set).

RTClib.h GitHub - adafruit/RTClib: A fork of Jeelab's fantastic RTC Arduino library
With the example sd1307 (I correcly uncommented the set time line) I don't obtaine the correct hour and date and the time don't update: on monitor always the same hour is printed.

Someone that used this shield can tell me what library I have to use?
I'm making mistake?

Thanks
Andrea

I tried a new library that vendor gave me: HCRTC.h GitHub - dtu-mekatronik/HCRTC: Real Time Clock RTC library.
The shield continue to not work, any suggestion?

I attach the sketck for write and read that I use (the examples included) and the result obtained reading after setting current hour and data.

HCRTC_Write_Time.ino (3.33 KB)

HCRTC_Read_Example.ino (3.08 KB)

Result_read.JPG

Were you able to make it work? I have similar problem. Thanks