Skip to content

Commit 0e2492d

Browse files
committed
Make it even more clear that its UTC
Signed-off-by: Mathias L. Baumann <[email protected]>
1 parent 56e47a9 commit 0e2492d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

proto/frequenz/api/dispatch/v1/dispatch.proto

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,10 @@ message DispatchMetadata {
203203

204204
// Filter parameter for specifying multiple time intervals
205205
message TimeIntervalFilter {
206-
// Filter by time >= this timestamp.
206+
// Filter by time >= this UTC timestamp.
207207
google.protobuf.Timestamp from = 1;
208208

209-
// Filter by time <= this timestamp.
209+
// Filter by time <= this UTC timestamp.
210210
google.protobuf.Timestamp to = 2;
211211
}
212212

@@ -597,7 +597,7 @@ message UpdateMicrogridDispatchRequest {
597597
repeated uint32 bymonths = 8;
598598
}
599599

600-
// The start time
600+
// The start time in UTC.
601601
// When updating a dispatch, ensure that the starting timestamp is set to
602602
// the current time or any future time.
603603
// Timestamps earlier than the current time are not allowed.

0 commit comments

Comments
 (0)