Skip to content

Commit

Permalink
style: delete history code
Browse files Browse the repository at this point in the history
  • Loading branch information
WRXinYue committed Aug 17, 2024
1 parent c8e460b commit e169f14
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/valaxy/client/utils/time.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ export function formatDate(date: string | number | Date, formatStr = 'yyyy-MM-dd

const mergedOptions: ToDateOptionsWithTZ = Object.assign({ locale: { code: locale.value } }, options)
const clientTimezone = Intl.DateTimeFormat().resolvedOptions().timeZone
// const clientTimezone = Temporal.Now.zonedDateTimeISO().getTimeZone().id

try {
/**
Expand Down

0 comments on commit e169f14

Please sign in to comment.