mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
GP-0: Formatting
This commit is contained in:
parent
28f2d6c875
commit
338d9d4e5a
1 changed files with 3 additions and 4 deletions
|
@ -16,9 +16,7 @@
|
|||
package ghidra.program.model.data;
|
||||
|
||||
import java.text.SimpleDateFormat;
|
||||
import java.util.Date;
|
||||
import java.util.Locale;
|
||||
import java.util.TimeZone;
|
||||
import java.util.*;
|
||||
|
||||
import ghidra.docking.settings.Settings;
|
||||
import ghidra.program.model.mem.MemBuffer;
|
||||
|
@ -36,7 +34,8 @@ public class MacintoshTimeStampDataType extends BuiltIn {
|
|||
MacintoshTimeStampDataType.class.getName());
|
||||
}
|
||||
|
||||
private final static SimpleDateFormat formatter = new SimpleDateFormat("dd-MMM-yyyy HH:mm:ss", Locale.US);
|
||||
private final static SimpleDateFormat formatter =
|
||||
new SimpleDateFormat("dd-MMM-yyyy HH:mm:ss", Locale.US);
|
||||
private static Date macStartDate;
|
||||
|
||||
static {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue