@meduza/ui-kit-2 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1028,7 +1028,7 @@ const Timestamp = ({
1028
1028
  type
1029
1029
  }) => {
1030
1030
  let published;
1031
- const timeFormat = locale === 'ru' ? 'HH:mm, D MMMM YYYY' : 'h:mm a, MMMM D, YYYY';
1031
+ const timeFormat = locale === 'ru' ? 'HH:mm, D MMMM YYYY' : 'MMMM D, YYYY, h:mm a';
1032
1032
  const preparedPublishedAt = publishedAt * 1000;
1033
1033
  dayjs.locale(locale);
1034
1034
  dayjs.extend(relativeTime);