The ‘history’ commands does not display the exact date and time of the commands executed. It just shows a numeric id followed by the command executed by the current user. Here is one way of putting a time stamp –
# export HISTTIMEFORMAT=’%F %T >> ‘
To make sure that it works every time you login or restart your machine, put it in $HOME/.bash_profile