good morning!!!!

Skip to content
Snippets Groups Projects
Commit 36c29768 authored by achun's avatar achun
Browse files

fix time.Duration convert to string. Reserved to the millisecond

In all the mysql and sqlite and postgresql wrapper,fun toInternal in collection.go.

Reserved to the millisecond:
```
return fmt.Sprintf(TimeFormat, int(t/time.Hour), int(t/time.Minute%60), int(t/time.Second%60), t%time.Second/time.Millisecond)
```
parent dfa909fd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment