mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 07:56:16 +00:00
date format update
This commit is contained in:
parent
f56c2f9ced
commit
c635937e70
@ -69,7 +69,7 @@ public class TimelinePanel extends BaseDataSourceSummaryPanel {
|
||||
private static final Logger logger = Logger.getLogger(TimelinePanel.class.getName());
|
||||
private static final long serialVersionUID = 1L;
|
||||
private static final DateFormat EARLIEST_LATEST_FORMAT = getUtcFormat("MMM d, yyyy");
|
||||
private static final DateFormat CHART_FORMAT = getUtcFormat("MMM d");
|
||||
private static final DateFormat CHART_FORMAT = getUtcFormat("MMM d, yyyy");
|
||||
private static final int MOST_RECENT_DAYS_COUNT = 30;
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user