fix: use shortened dates in expanded timeline cards
This commit is contained in:
parent
7ec422f7ce
commit
a38e9aae5b
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ impl TimelineEventView {
|
||||||
id: id.to_string(),
|
id: id.to_string(),
|
||||||
entity_type,
|
entity_type,
|
||||||
kind_label,
|
kind_label,
|
||||||
date_label: occurred_at.format("%b %d, %Y").to_string(),
|
date_label: occurred_at.format("%b %d, %y").to_string(),
|
||||||
relative_date_label: relative_date(occurred_at),
|
relative_date_label: relative_date(occurred_at),
|
||||||
time_label: Some(occurred_at.format("%H:%M UTC").to_string()),
|
time_label: Some(occurred_at.format("%H:%M UTC").to_string()),
|
||||||
iso_timestamp: occurred_at.to_rfc3339(),
|
iso_timestamp: occurred_at.to_rfc3339(),
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue