diff --git a/packages/host/app/components/with-subscription-data.gts b/packages/host/app/components/with-subscription-data.gts index e25042fcce..805fef1674 100644 --- a/packages/host/app/components/with-subscription-data.gts +++ b/packages/host/app/components/with-subscription-data.gts @@ -14,9 +14,8 @@ import type BillingService from '../services/billing-service'; import type { ComponentLike } from '@glint/template'; -function formatEtTimestamp(date: Date) { +function formatLocalTimestamp(date: Date) { let formatter = new Intl.DateTimeFormat(undefined, { - timeZone: 'America/New_York', year: 'numeric', month: '2-digit', day: '2-digit', @@ -165,14 +164,14 @@ export default class WithSubscriptionData extends Component