@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.
@@ -1032,7 +1032,7 @@ const Timestamp = ({
1032
1032
  type
1033
1033
  }) => {
1034
1034
  let published;
1035
- const timeFormat = locale === 'ru' ? 'HH:mm, D MMMM YYYY' : 'h:mm a, MMMM D, YYYY';
1035
+ const timeFormat = locale === 'ru' ? 'HH:mm, D MMMM YYYY' : 'MMMM D, YYYY, h:mm a';
1036
1036
  const preparedPublishedAt = publishedAt * 1000;
1037
1037
  dayjs.locale(locale);
1038
1038
  dayjs.extend(relativeTime);