Issue with the Arduino Time library

So i installed few libraries that all work, but there is the Time library which is giving me an error. What should i do? help please!!!

Please post some specifics of this error.

When i go to verify the code it says “Time.h : No such file or directory”

Maybe try to add the Time.h file available in Arduino (/arduino-1.6.10/hardware/tools/avr/avr/include/time.h) in the project library folder (lib).

That’s the exact library that i used but i made it work somehow =)))) ! Thanks guys!

See temporary solution