
When you see the Git history for a project in Eclipse IDE (via right-click on Project -> Teams -> Show in History) you get details of all your commits with a Committed Date which displays the dates as relative,
Relative Example:65 minutes ago
6 days ago
8 weeks ago
9 weeks ago
4 months ago
2 years ago
If you want to see the exact date and time (timestamp) of the commits, follow the below steps.
- Be on the history view window
- Now click on the 3 dots,
- Select Show -> Relative Dates (make sure its unticked)
- Commit Date and Time should now be shown instead of relative dates.

-
Have Questions? Post them here!
More Posts related to Git,
- How to ignore files in git using .gitignore file
- How to update expired GitHub token on local git remote config
- How to undo last Git Commit on Local Repository?
- Git Commit - Author identity unknown, Please tell me who you are email
- Git: Step-by-Step - How to Push Local Brach to GitHub
- [Solution] fatal: not a git repository (or any of the parent directories): .git
- Remove git config at Local, Global or System Levels?
- Change the default git branch name from master to main
- fix fatal: --local can only be used inside a git repository error
- Git Remove Untracked Files using Command
- How to remove or unstage a file from git staged area
- Fix Git: Warning: could not find UI helper GitHub.UI on Windows
- Fix [oh-my-zsh] Cant update: not a git repository
- Get List of all local branches git command
- Github: fatal: Authentication failed Support for password was removed on August 13, 2021
- [fix] fatal: this operation must be run in a work tree in git
- How to Install Git on Windows
- Perform an Empty Commit in Git without anything in Staging Area
- Rename git branch on Local and GitHub Remove using Command
- Fix: error: could not lock config file /etc/gitconfig: Permission denied
- Get the file location of git config values
- Git: Delete Branch Locally and Remotely at Origin
- fatal: Unable to create '/c/git_repo/.git/index.lock': File exists. If no other git process is currently running, this probably means a git process crashed in this repository earlier.
- Github: How to Invite Collaborators
- How to change directory in Git bash
More Posts:
- Changed AD user display name showing old name in SharePoint - SharePoint
- How to detect Operating System using Java code - Java
- Eclipse : The type java.lang.CharSequence cannot be resolved. Indirectly referenced from required .class files - Java
- SharePoint Designer 2010 - errors were found when compiling the workflow - SharePoint
- [Fatal Error] XML The markup in the document following the root element must be well-formed. - Java
- How to set background color for android layout pragmatically using java and through xml - Android
- Fix- Microsoft Word Pages Appear Black - Microsoft
- How to display Line Number in Eclipse IDE - Eclipse