good morning!!!!

Skip to content
Snippets Groups Projects
  1. Jun 18, 2014
  2. May 03, 2014
  3. Apr 17, 2014
  4. Apr 16, 2014
  5. Apr 14, 2014
  6. Apr 12, 2014
  7. Apr 10, 2014
  8. Nov 05, 2013
  9. Nov 04, 2013
  10. Oct 26, 2013
  11. Oct 25, 2013
  12. Oct 23, 2013
  13. Oct 22, 2013
  14. Aug 07, 2013
    • achun's avatar
      fix time.Duration convert to string. Reserved to the millisecond · 36c29768
      achun authored
      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)
      ```
      36c29768
  15. Jul 09, 2013
Loading