Closed aVolpe closed 12 months ago
thanks @lucassabreu , nothing was changed nor reported by that command:
(The first version of this pr has some lint errors that were reported by DeepSource, but those were fixed in a force push).
i guess i saw it before the force-push.
thank you for the contribution, is at the release v0.46.0 now
The web interface of clockify supports times in format
HMM
(1 digit for the hour and 2 digits for the minutes), for example915
is09:15
.I am not very familiar with go, but I added a test (following another test in this repo) to make sure everything works.
To check the new test use
go test -v pkg/timehlp/time_test.go
.The parser now also supports the format
H:MM
also is supported by the web interface, to keep the names short the suffix 'WL' was used (without leading 0, suggestions welcome!).