Skip to content

Commit

Permalink
chore: merge branch 'master' into ng18
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jun 15, 2024
2 parents 2670b8d + ca3f908 commit 5a2f77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/date-fns.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import { ViewCodeComponent } from './view-code.component';
})
export class DatefnsComponent {
config: CountdownConfig = {
leftTime: 60 * 60 * 24 * 365 * (2050 - 1970),
leftTime: 60 * 60 * 48 * 365 * (2050 - 1970),
format: 'yyyy-MM-dd E HH:mm:ss a',
formatDate: ({ date, formatStr }) => format(date, formatStr),
};
Expand Down

0 comments on commit 5a2f77a

Please sign in to comment.