gotime
gotime copied to clipboard
Fix collision between entries created within the same minute
I ran into a problem that appeared to be already noted in the code, that one cannot create an entry whilst one minute hasn't passed since the previous one creation.
This PR fixes it by adding seconds to the entry's name and begin/end time format.