TimeZoneInformation Registry Key
The TimeZoneInformation
registry key provides the current system time zone. This is useful for consolidating separate artifacts found on a system to align with one time zone, such as UTC.
Analysis Value
🖥️System EnumerationOperating System Availability
Windows 11
✅
Server 2019
✅
Windows 10
✅
Server 2016
✅
Windows 8
✅
Server 2012
✅
Windows 7
✅
Server 2008
✅
Windows Vista
✅
Server 2003
✅
Windows XP
✅
Artifact Location(s)
File:
%SystemRoot%\System32\config\SYSTEM
Key:
SYSTEM\{CURRENT_CONTROL_SET}\Control\TimeZoneInformation
For more information on determining the correct CurrentControlSet
, visit Select Registry Key
Artifact Parsers
RegistryExplorer (Eric Zimmerman)
Artifact Interpretation
Within the TimeZoneInformation
registry key, the value name TimeZoneKeyName
will contain the current system time zone.
For examples of what this may look like, execute the command Get-TimeZone -ListAvailable
in PowerShell and look at the Id
key.
The Bias
key contains the numer of minutes between UTC and the system's selected time zone, such that UTC = Local System Time + Bias
.
Example
This example was produced on Windows 10, Version 10.0.19044 Build 19044
Last updated