PLT-5490: Add machine readable timestamps for search results (#5564)
Этот коммит содержится в:
@@ -79,7 +79,10 @@ export default class SearchResultsItem extends React.Component {
|
|||||||
|
|
||||||
timeTag(post) {
|
timeTag(post) {
|
||||||
return (
|
return (
|
||||||
<time className='search-item-time'>
|
<time
|
||||||
|
className='search-item-time'
|
||||||
|
dateTime={Utils.getDateForUnixTicks(post.create_at).toISOString()}
|
||||||
|
>
|
||||||
<FormattedDate
|
<FormattedDate
|
||||||
value={post.create_at}
|
value={post.create_at}
|
||||||
hour12={!this.props.useMilitaryTime}
|
hour12={!this.props.useMilitaryTime}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user