@@ -118,10 +118,10 @@ def get_aggregated(
118118
119119 Args:
120120 time_from: The start date of the report period (ISO 8601). The report starts from the
121- beginning of this day.
121+ beginning of this day in UTC .
122122
123123 time_to: The end date of the report period (ISO 8601). The report ends just before the
124- beginning of this day.
124+ beginning of this day in UTC .
125125
126126 enable_last_day: Expenses for the last specified day are taken into account. As the default,
127127 False.
@@ -350,10 +350,10 @@ def get_detailed(
350350
351351 Args:
352352 time_from: The start date of the report period (ISO 8601). The report starts from the
353- beginning of this day.
353+ beginning of this day in UTC .
354354
355355 time_to: The end date of the report period (ISO 8601). The report ends just before the
356- beginning of this day.
356+ beginning of this day in UTC .
357357
358358 enable_last_day: Expenses for the last specified day are taken into account. As the default,
359359 False.
@@ -500,10 +500,10 @@ async def get_aggregated(
500500
501501 Args:
502502 time_from: The start date of the report period (ISO 8601). The report starts from the
503- beginning of this day.
503+ beginning of this day in UTC .
504504
505505 time_to: The end date of the report period (ISO 8601). The report ends just before the
506- beginning of this day.
506+ beginning of this day in UTC .
507507
508508 enable_last_day: Expenses for the last specified day are taken into account. As the default,
509509 False.
@@ -732,10 +732,10 @@ async def get_detailed(
732732
733733 Args:
734734 time_from: The start date of the report period (ISO 8601). The report starts from the
735- beginning of this day.
735+ beginning of this day in UTC .
736736
737737 time_to: The end date of the report period (ISO 8601). The report ends just before the
738- beginning of this day.
738+ beginning of this day in UTC .
739739
740740 enable_last_day: Expenses for the last specified day are taken into account. As the default,
741741 False.
0 commit comments