Using mono on a raspberry pi. Not sure if it has been reported before.

The date part of DateTime is off and TimeSpan is a bit quirky eg

        var span = TimeSpan.FromMilliseconds(10000);
        Console.WriteLine(span.TotalSeconds);

Prints 0

-- 
Le doute n'est pas une condition agréable, mais la certitude est absurde.
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to