Autopsy
4.12.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
|
Static Public Member Functions | |
static String | convertToAlphaNumericFormat (String timeZoneId) |
static List< String > | createTimeZoneList () |
static String | createTimeZoneString (TimeZone timeZone) |
Private Member Functions | |
TimeZoneUtils () | |
Utility methods for workig with time zones.
Definition at line 34 of file TimeZoneUtils.java.
|
private |
Prevents instantiation.
Definition at line 139 of file TimeZoneUtils.java.
|
static |
Converts a Java timezone id to a coded string with only alphanumeric characters. Example: "America/New_York" is converted to "EST5EDT" by this method.
timeZoneId | The time zone id. |
Definition at line 45 of file TimeZoneUtils.java.
Referenced by org.sleuthkit.autopsy.casemodule.Case.convertTimeZone().
|
static |
Generates a list of time zones.
Definition at line 87 of file TimeZoneUtils.java.
References org.sleuthkit.autopsy.coreutils.TimeZoneUtils.createTimeZoneString().
Referenced by org.sleuthkit.autopsy.casemodule.ImageFilePanel.createTimeZoneList(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.ViewPreferencesPanel().
|
static |
Generate a time zone string containing the GMT offset and ID.
timeZone | The time zone. |
Definition at line 76 of file TimeZoneUtils.java.
Referenced by org.sleuthkit.autopsy.coreutils.TimeZoneUtils.createTimeZoneList(), org.sleuthkit.autopsy.casemodule.ImageFilePanel.createTimeZoneList(), org.sleuthkit.autopsy.timeline.actions.AddManualEvent.JEventCreationDialog.EventCreationDialogPane.initialize(), and org.sleuthkit.autopsy.corecomponents.ViewPreferencesPanel.load().
Copyright © 2012-2018 Basis Technology. Generated on: Wed Sep 18 2019
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 United States License.