Time and TimeAlarms Libraries – Ask here for help or suggestions

I'm attempting to use the Time.h library in a program, but the program won't compile due to an issue in the .cpp file:

/Users/.../libraries/Time/Time.cpp: In function 'time_t now()':
/Users/.../libraries/Time/Time.cpp:240: error: 'millis' was not declared in this scope
/Users/.../libraries/Time/Time.cpp: In function 'void setTime(time_t)':
/Users/.../libraries/Time/Time.cpp:268: error: 'millis' was not declared in this scope

I'm not an expert, so I'd rather not go digging in the library files. I just updated to 1.0.3 from what I assume was the beta version.