Autopsy  4.1
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)
 

Private Member Functions

 TimeZoneUtils ()
 

Detailed Description

Utility methods for workig with time zones.

Definition at line 28 of file TimeZoneUtils.java.

Constructor & Destructor Documentation

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

Prevents instantiation.

Definition at line 66 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 39 of file TimeZoneUtils.java.

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


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

Copyright © 2012-2016 Basis Technology. Generated on: Mon Apr 24 2017
This work is licensed under a Creative Commons Attribution-Share Alike 3.0 United States License.