Please help with code, keep getting errors.

This is the project I replicating right now:

https://create.arduino.cc/projecthub/LoganSpace42/arduino-lock-box-0d52c0?ref=platform&ref_id=424_trending_part_beginner_&offset=287

I'm currently using the code that they have provided but I keep getting errors.

The error message:

Arduino: 1.8.9 (Windows Store 1.8.21.0) (Windows 10), Board: "Arduino/Genuino Uno"

sketch_dec11a:2:22: error: TimeLib.h: No such file or directory

compilation terminated.

exit status 1
TimeLib.h: No such file or directory

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

Please post the full error messages

 Logan Ritten

Start by removing this line of nonsense from the code

I have put the error code in the initial post.

sketch_dec11a:2:22: error: XXXXX.h: No such file or directory

This almost always mean "You did not install the XXXXX library."

Select "Tools->Manage Libraries..." from the IDE menu.
Search for the library named "Time by Micheal Margolis" and install it.