File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
proto/frequenz/api/dispatch/v1 Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -203,10 +203,10 @@ message DispatchMetadata {
203203
204204// Filter parameter for specifying multiple time intervals
205205message 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.
You can’t perform that action at this time.
0 commit comments