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 ea07eb7 commit 21c49bfCopy full SHA for 21c49bf
src/Nest/Domain/Aggregations/HistogramItem.cs
@@ -18,7 +18,7 @@ public DateTime Date
18
{
19
get
20
21
- return new DateTime(1970, 1, 1).AddMilliseconds(0 + this.Key);
+ return DateTime.SpecifyKind(new DateTime(1970, 1, 1).AddMilliseconds(0 + this.Key), DateTimeKind.Utc);
22
}
23
24
0 commit comments