Autopsy  4.14.0
Graphical digital forensics platform for The Sleuth Kit and other tools.
Static Public Member Functions | Private Member Functions | List of all members
org.sleuthkit.autopsy.coreutils.TimeZoneUtils Class Reference

Static Public Member Functions

static String convertToAlphaNumericFormat (String timeZoneId)
 
static List< String > createTimeZoneList ()
 
static String createTimeZoneString (TimeZone timeZone)
 

Private Member Functions

 TimeZoneUtils ()
 

Detailed Description

Utility methods for workig with time zones.

Definition at line 34 of file TimeZoneUtils.java.

Constructor & Destructor Documentation

org.sleuthkit.autopsy.coreutils.TimeZoneUtils.TimeZoneUtils ( )
private

Prevents instantiation.

Definition at line 139 of file TimeZoneUtils.java.

Member Function Documentation

static String org.sleuthkit.autopsy.coreutils.TimeZoneUtils.convertToAlphaNumericFormat ( String  timeZoneId)
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.

Parameters
timeZoneIdThe time zone id.
Returns
The converted time zone string.

Definition at line 45 of file TimeZoneUtils.java.

Referenced by org.sleuthkit.autopsy.casemodule.Case.convertTimeZone().

static List<String> org.sleuthkit.autopsy.coreutils.TimeZoneUtils.createTimeZoneList ( )
static
static String org.sleuthkit.autopsy.coreutils.TimeZoneUtils.createTimeZoneString ( TimeZone  timeZone)
static

The documentation for this class was generated from the following file:

Copyright © 2012-2020 Basis Technology. Generated on: Wed Apr 8 2020
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.