import { useTranslate } from 'i18n-calypso'; import { useState, useMemo, useEffect } from 'react'; interface TimeSinceProps { /** * An ISO 8601 date string or any string parseable by `new Date()`. */ date: string; /** * Controls the formatting for older dates: * - 'll' : Locale medium date (default, e.g., "Jun 12, 2024" or "12 Jun 2024" depending on locale) * - 'lll' : Always "d MMM y" (e.g., "12 Jun 2024"), locale-independent * - 'llll' : Full date and time (e.g., "Wednesday, June 12, 2024 at 2:00:00 PM") */ dateFormat?: string; /** * CSS class for the