Added timezone information to tasks so that recurring tasks will use the timezone from the user

This commit is contained in:
Tzahi12345
2023-01-03 21:21:14 -05:00
parent c382758833
commit 8c63a78884
6 changed files with 12 additions and 4 deletions

View File

@@ -41,6 +41,7 @@
<mat-form-field>
<mat-label>Time</mat-label>
<input type="time" matInput [(ngModel)]="time" [disabled]="!enabled">
<mat-hint *ngIf="Intl?.DateTimeFormat().resolvedOptions().timeZone">{{Intl.DateTimeFormat().resolvedOptions().timeZone}}</mat-hint>
</mat-form-field>
</div>
</div>