L
Larry
Can someone explain why DateTime value are not save correctly.
Here is what happen:
I put DateTime.Now in a column
Read it back and compare the Ticks values and they are off a bit.
UnitTest.TestSaveDateTime :
expected:<632621000979676250>
but was:<632621000979670000>
Larry
Here is what happen:
I put DateTime.Now in a column
Read it back and compare the Ticks values and they are off a bit.
UnitTest.TestSaveDateTime :
expected:<632621000979676250>
but was:<632621000979670000>
Larry