We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3647010 commit e23ca0eCopy full SHA for e23ca0e
src/Tests/CommonOptions/DateMath/DateMathExpressions.doc.cs
@@ -105,7 +105,7 @@ [U] public void FractionalsUnitsAreDroppeToIntegerPart()
105
Nest.DateMath.Now.Add(TimeSpan.FromHours(25)));
106
107
/** where as `Time` on its own serializes like this */
108
- Expect("1.04d").WhenSerializing(new Time(TimeSpan.FromHours(25)));
+ Expect("1.04166666666667d").WhenSerializing(new Time(TimeSpan.FromHours(25)));
109
110
Expect("now+90001s").WhenSerializing(
111
Nest.DateMath.Now.Add(TimeSpan.FromHours(25).Add(TimeSpan.FromSeconds(1))));
0 commit comments