In one of the versions we've changed the type of the argument from `I18n<any, any>` to `I18n<unknown, unknown>` and this has caused some issues with TS resolving the type compatibility in the `formatDate` utility so it no longer supports `I18nClient`. This type change happened in https://github.com/payloadcms/payload/pull/10030