This document describes a digital clock project using an 8051 microcontroller and DS1307 real-time clock integrated circuit (RTC). The DS1307 RTC provides seconds, minutes, hours, date, month and year information using I2C protocol. An 8051 microcontroller reads the time and date from the RTC and displays it on a 16x2 LCD module. The clock continues running even during power outages due to the backup power of the RTC, ensuring the real-time display is always accurate.