GetTimeZoneInfo() - get local time zone information from caller computer
GetTimeZoneInfo.cfm
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>GetTimeZoneInfo function example: how to get local time zone information from caller computer</title>
</head>
<body>
<h2 style="color:hotpink">GetTimeZoneInfo Function Example</h2>
<cfset LocalTimeZoneInfo=GetTimeZoneInfo()>
<cfdump var="#LocalTimeZoneInfo#" label="Local Time Zone Information[Caller Computer]">
</body>
</html>
![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjDjhjKwwjGtzHIiXupYuPp_g3RmzOBptwJimwmeOFot5pY8ssI2E1-G5JqRpepP6GO998XeTUgRCezRT3VNXSAAZ-7Xh0CA-ldN-ITU3_0fdGKOolAELssUEhp52sOMn70zyXxpP0hpiw/s1600/GetTimeZoneInfo.gif)