A simple Java Swing desktop application that displays a real-time digital clock. The time automatically updates every second and reflects your local system timezone — whether it's IST, PST, UTC, or any other region.
- Displays current system time with timezone (e.g., IST, UTC)
- Format:
EEE MMM dd HH:mm:ss z yyyy(e.g.,Fri Jul 11 22:31:07 IST 2025) - Real-time updates every second using
javax.swing.Timer - Time is region-aware, based on the user's local timezone
- Bold, high-contrast display for visibility
- Lightweight and responsive Java Swing GUI application
- 📸 Date Time displayed below is in IST format
-
Clone the repository:
git clone https://github.com/hema-priya-vadivel/DigitalClock.git
-
Open the project in your Java IDE (e.g., IntelliJ IDEA, Eclipse)
-
Navigate to the src folder and run DigitalClock.java
-
The clock window will appear and display your current time
If you don't want to clone the source code:
