From 51efc34eb786efef7ad4ae092abc9d778dc7532b Mon Sep 17 00:00:00 2001 From: danielle9897 Date: Sun, 3 Nov 2024 20:12:39 +0200 Subject: [PATCH] RavenDB-23099 Add UTC info --- .../Operations/Revisions/DeleteRevisionsOperation.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Raven.Client/Documents/Operations/Revisions/DeleteRevisionsOperation.cs b/src/Raven.Client/Documents/Operations/Revisions/DeleteRevisionsOperation.cs index 5e05af9c112..17a5882ccf2 100644 --- a/src/Raven.Client/Documents/Operations/Revisions/DeleteRevisionsOperation.cs +++ b/src/Raven.Client/Documents/Operations/Revisions/DeleteRevisionsOperation.cs @@ -97,10 +97,10 @@ public DeleteRevisionsOperation(string documentId, bool removeForceCreatedRevisi /// /// - /// The start of the date range for the revisions to delete. + /// The start of the date range (in UTC) for the revisions to delete. /// /// - /// The end of the date range for the revisions to delete. + /// The end of the date range (in UTC) for the revisions to delete. /// /// /// Throws an if is before . @@ -141,10 +141,10 @@ public DeleteRevisionsOperation(List documentIds, DateTime? from, DateTi /// /// - /// The start of the date range for the revisions to delete. + /// The start of the date range (in UTC) for the revisions to delete. /// /// - /// The end of the date range for the revisions to delete. + /// The end of the date range (in UTC) for the revisions to delete. /// /// /// Throws an if is before .