<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Boris opened&nbsp;<meta charset="utf-8"><a href="http://jira.freeswitch.org/browse/MODAPP-421">http://jira.freeswitch.org/browse/MODAPP-421</a>&nbsp;. &nbsp;I'll take a look into this one.<div><br></div><div>Thanks for the report.</div><div><br></div><div>Mike</div><div><br><div><div>On Apr 22, 2010, at 6:22 PM, Michael Collins wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">Would you please open a JIRA on this one?<br>-MC<br><br><div class="gmail_quote">On Thu, Apr 22, 2010 at 6:55 AM,  <span dir="ltr">&lt;<a href="mailto:boris@tagnet.ru">boris@tagnet.ru</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin-top: 0pt; margin-right: 0pt; margin-bottom: 0pt; margin-left: 0.8ex; border-left-width: 1px; border-left-style: solid; border-left-color: rgb(204, 204, 204); padding-left: 1ex; position: static; z-index: auto; ">
IMHO this is bug, as of struct tm man page:<br>
&nbsp;int tm_hour; &nbsp; &nbsp;/* hours (0 - 23) */<br>
so tm_hour shouldn't be incremented. But looking at code I see no reason<br>
why the behavior is changed with different timezone.<br>
<div><div></div><div class="h5"><br>
&gt; I have same problem with mod_say_ru if timezone is set to<br>
&gt;<br>
&gt; &lt;action application="set" data="timezone=Europe/Kiev"/&gt;<br>
&gt;<br>
&gt; And i don't understand why &nbsp;"tm.tm_hour + 1"<br>
&gt; In source code<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; if (say_time) {<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; switch_snprintf(buf, sizeof(buf), "%d:%d:%d", tm.tm_hour +<br>
&gt; 1,<br>
&gt; tm.tm_min, tm.tm_sec);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; say_args-&gt;type = SST_TIME_MEASUREMENT;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ru_say_time(session, buf, say_args, args);<br>
&gt;<br>
&gt; As temporary resolution i just set different timezone :)<br>
&gt;<br>
&gt;<br>
&gt; On Wednesday 21 April 2010 17:30:18 <a href="mailto:boris@tagnet.ru">boris@tagnet.ru</a> wrote:<br>
&gt;&gt; Hello!<br>
&gt;&gt;<br>
&gt;&gt; I have an extension for the current date/time:<br>
&gt;&gt; &nbsp; &nbsp; &lt;extension name="SayTime"&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;condition field="destination_number" expression="^9000$"&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="answer"/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="say" data="ru current_date_time<br>
&gt;&gt; pronounced $strftime(%s)"/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="sleep" data="1000"/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;action application="hangup"/&gt;<br>
&gt;&gt; &nbsp; &nbsp; &nbsp; &nbsp; &lt;/condition&gt;<br>
&gt;&gt; &nbsp; &nbsp; &lt;/extension&gt;<br>
&gt;&gt;<br>
&gt;&gt; The extension works fine, but time is +1 hour of current time. For<br>
&gt;&gt; example<br>
&gt;&gt; current time is 16:00, the extension says 17:00. I use FreeSwitch 1.0.6<br>
&gt;&gt; (from release tarball), CentOS 5.4, ntp synched, timezone YEKT (summer<br>
&gt;&gt; time in effect now, so tz=YEKST). So, my question is - something wrong<br>
&gt;&gt; with my extension configuration or this is bug in mod_say_ru or may be<br>
&gt;&gt; strfmt?<br>
&gt;&gt;</div></div></blockquote></div></blockquote></div></div></body></html>