UNPKG

next-intl

Version:

Internationalization (i18n) for Next.js

10 lines (7 loc) 234 B
import { cache } from 'react'; function defaultNow() { // See https://next-intl.dev/docs/usage/dates-times#relative-times-server return new Date(); } const getDefaultNow = cache(defaultNow); export { getDefaultNow as default };