just validation of time utc
This commit is contained in:
@@ -89,6 +89,14 @@ class HomeRepositoryImpl implements HomeRepositoryInterface {
|
|||||||
end: _toTimestamp(end),
|
end: _toTimestamp(end),
|
||||||
)
|
)
|
||||||
.execute();
|
.execute();
|
||||||
|
print(
|
||||||
|
'Home coverage: businessId=$businessId '
|
||||||
|
'startLocal=${start.toIso8601String()} '
|
||||||
|
'endLocal=${end.toIso8601String()} '
|
||||||
|
'startUtc=${_toTimestamp(start).toJson()} '
|
||||||
|
'endUtc=${_toTimestamp(end).toJson()} '
|
||||||
|
'shiftRoles=${result.data.shiftRoles.length}',
|
||||||
|
);
|
||||||
|
|
||||||
int totalNeeded = 0;
|
int totalNeeded = 0;
|
||||||
int totalFilled = 0;
|
int totalFilled = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user