Closed GoogleCodeExporter closed 9 years ago
MS SQL cannot store time.Time without loss of data. You have to round your
time.Time values to avoid data loss. For example, you can store
time.Now().Round(time.Second) instead of time.Now().
See this thread
https://groups.google.com/d/topic/golang-nuts/OBCcs1Tu0UE/discussion for
details.
Alex
Original comment by alex.bra...@gmail.com
on 21 Mar 2014 at 5:03
Original issue reported on code.google.com by
mge...@gmail.com
on 20 Mar 2014 at 10:08