nhibernate-core
nhibernate-core copied to clipboard
AbstractDateTimeType.Round is a Floor not a Round
I was messing around with AbstractDateTimeType and couldn't help but notice that the method Round is intended to round but it actually is doing a floor. Thought I might quickly pop a PR in.