I wants to check on my linux system when which command was fired - at which date and time.
I fired commands like this:
history 50
Try this:
> HISTTIMEFORMAT="%d/%m/%y %T " > history
You can adjust the format to your liking, of course.