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 1aa8052 commit ff07560Copy full SHA for ff07560
src/Nest/XPack/Info/XPackInfo/XPackInfoResponse.cs
@@ -28,7 +28,7 @@ public class XPackInfoResponse : ResponseBase, IXPackInfoResponse
28
public class XPackBuildInformation
29
{
30
[JsonProperty("date")]
31
- public DateTimeOffset Date { get; internal set; }
+ public DateTime Date { get; internal set; }
32
[JsonProperty("hash")]
33
public string Hash { get; internal set; }
34
}
0 commit comments