<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-15"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<blockquote cite="midMPG.1e1c922df80b944c9896b0@news.gmane.org"
 type="cite">
  <pre wrap="">5) 
How do I change the time zone for Asterisk? Currently the system time is
correct but when I dial *60 it reports a different time (out by many hours).
  </pre>
  <pre wrap=""><!---->
I'm not familiar with this option. Can you please tell me more or send 
me some link.
  </pre>
</blockquote>
FYI, this is the relevant extensions_custom.conf entry on an AAH system:<br>
<br>
exten =&gt; *60,1,Answer<br>
exten =&gt; *60,2,Playback(at-tone-time-exactly)<br>
exten =&gt; *60,3,SayUnixTime(,,IMp)<br>
exten =&gt; *60,4,Playback(beep)<br>
exten =&gt; *60,5,Hangup<br>
<br>
<br>
[Description]<br>
SayUnixTime([unixtime][|[timezone][|format]])<br>
  unixtime: time, in seconds since Jan 1, 1970.  May be negative.<br>
              defaults to now.<br>
  timezone: timezone, see /usr/share/zoneinfo for a list.<br>
              defaults to machine default.<br>
  format:   a format the time is to be said in.  See voicemail.conf.<br>
              defaults to "ABdY 'digits/at' IMp"<br>
<br>
<br>
<pre class="moz-signature" cols="72">-- 
Roman Volf
Keystreams Internet Solutions
<a class="moz-txt-link-abbreviated" href="mailto:volfman@keystreams.com">volfman@keystreams.com</a></pre>
</body>
</html>