Time Lib Don´t works on Arduino I.D.E 1.6.5

Im making some cool stuff and I requiere of Time and TimeAlarms Lib.

I open the example of Time "Serial Date Strings" Try to complie and get this;

"TimeSerialDateStrings.pde:9:20: fatal error: Time.h: No such file or directory
compilation terminated.
Error de compilación"

I open the TimeAlarms example "TimeAlarmsExample" try to compile it and get this;

"TimeAlarmExample.pde:14:18: fatal error: Time.h: No such file or directory
compilation terminated.
Error de compilación"

So there is an error on the lib, I went to the source in github;

And there are these 3 files;

Time.h
TimeLib.h
keywords.txt

All them with the label: "Fix for includes with Arduino 1.6.6"

I assume I must download them and change the current ones for this, however I dont have a button to do so... Or they are currently on the lib allready?

In that case why this dont work?

I have the library instaled manually on;

C:\Users\Alejandro\Documents\Arduino\libraries\Time

This one has allready three folders on it;
DS1307RTC
Time
TimeAlarms
ReleaseNotes

In the released notes says this one is from;
Updated 12/12/2012:
TimeAlarms aupdated for Arduino 1.0
TimeNtp example sketch updated for 1.0

So Im also making the asumption this is not the most newest release from the lib.

¿How can I install this Lib to work properly to the IDE 1.6.5 ??
It seems like the Time has already come with the alarms and rtc1307 handling, but It dont complile.

Thanks in advance.

-Alex.

Well... I found the way to dowload the 3 single files, there is a difference on them
The originals were created in 2009 the 3 ficed files say they came with the compatibility to Arduino IDE 1.5.7

I re-open the examples files;

TimeSerialDateStrings.pde:9:20: fatal error: Time.h: No such file or directory
compilation terminated.
Error de compilación

And:

Opciones de compilación cambiadas, reconstruyendo todo
TimeAlarmExample.pde:14:18: fatal error: Time.h: No such file or directory
compilation terminated.
Error de compilación

This make me think the compiler dont find the directory, I dont know what else to so any ideas?

Thanks In advance.

-Alex.

This is odd... the lib complies just fine in the lapton but dont in the pc machine.

Laptop
Windows 8 Single lenguaje 64 Bits.

Pc:
Windows 7 Premium 64Bits

Keep researching

-Alex

AlexLPD, did you ever solve the Win 7 fatal error mentioned? I have the same Win 7 problem only with "TimeLib.h: No such file or directory". Even finding, then downloading, that very file (Paul Stoffregen) into the demo directory and rerunning doesn't work but does trigger different errors. After reviewing the errors and the file contents it looked like the variables were capitalized in the TimeLib.h, but not in the SSD1306ClockDemo file I'm trying to execute. I would have hoped the demo would have come with the intended library.

crlarson:
rerunning doesn't work but does trigger different errors.

Do you really think that's enough information for us to help you? How about posting the error messages you're getting(use code tags). How about a link to where you downloaded SSD1306ClockDemo from?