Skip to content

Commit ff07560

Browse files
committed
switched back to DateTime for XPackInfoResponse
1 parent 1aa8052 commit ff07560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/XPack/Info/XPackInfo/XPackInfoResponse.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class XPackInfoResponse : ResponseBase, IXPackInfoResponse
2828
public class XPackBuildInformation
2929
{
3030
[JsonProperty("date")]
31-
public DateTimeOffset Date { get; internal set; }
31+
public DateTime Date { get; internal set; }
3232
[JsonProperty("hash")]
3333
public string Hash { get; internal set; }
3434
}

0 commit comments

Comments
 (0)