We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e72454 commit f4973b9Copy full SHA for f4973b9
src/app/modules/time-clock/services/entry.service.ts
@@ -46,7 +46,7 @@ export class EntryService {
46
}
47
48
summary(): Observable<TimeEntriesSummary> {
49
- const summaryUrl = `${this.baseUrl}/summary`;
+ const summaryUrl = `${this.baseUrl}/summary?time_offset=${new Date().getTimezoneOffset()}`;
50
return this.http.get<TimeEntriesSummary>(summaryUrl);
51
52
0 commit comments