Plot clock programming and using Time.h

Hi there community,

I am trying to create a plot clock as seen here: Plotclock by joo - Thingiverse.

I have built the device and am stuck on the programing side.

I have downloaded the code from the thingverse site (above) and when I try to verify I get the following error:

Arduino: 1.6.4 (Windows 7), Board: "Arduino Uno"

uploads_39_39_cb_e0_de_plotclock_V1.ino:46:18: fatal error: Time.h: No such file or directory
compilation terminated.
Error compiling.

I have downloaded time.h from the arduino site and placed it in the same folder as my plot clock code but I cant seem to get past this error message.

Can I please get someone to explain in simple terms what I am doing wrong.

Thanks in advance.

Sound like you have not installed the Time library properly.
Read this to find out the correct way.