mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +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 Logger logger = Logger.getLogger(TimelinePanel.class.getName());
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
private static final DateFormat EARLIEST_LATEST_FORMAT = getUtcFormat("MMM d, yyyy");
|
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;
|
private static final int MOST_RECENT_DAYS_COUNT = 30;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user