Skip to content

Commit

Permalink
Display timezone offsets as GMT
Browse files Browse the repository at this point in the history
  • Loading branch information
jmccollum-woolpert committed May 24, 2024
1 parent 003022f commit ea7d0a0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#auto="matAutocomplete"
(optionSelected)="onTimezoneSelected($event.option.value)">
<mat-option *ngFor="let option of filteredOptions | async" [value]="option.description">
{{ option.description }} <span class="mat-small offset-label">(UTC{{ option.label }})</span>
{{ option.description }} <span class="mat-small offset-label">(GMT{{ option.label }})</span>
</mat-option>
</mat-autocomplete>
</mat-form-field>
Expand Down

0 comments on commit ea7d0a0

Please sign in to comment.