Skip to content

Commit 8cf78b5

Browse files
fix(app-header): pass timezone to date formatter (#688)
1 parent cf013fd commit 8cf78b5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • edge-apps/edge-apps-library/src/components/app-header

edge-apps/edge-apps-library/src/components/app-header/app-header.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,7 @@ export class AppHeader extends HTMLElement {
205205
day: 'numeric',
206206
month: 'short',
207207
year: undefined,
208+
timeZone: this.timezone,
208209
})
209210
dateEl.textContent = dateStr
210211
dateEl.style.display = 'block'

0 commit comments

Comments
 (0)