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: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
IMHO this is bug, as of struct tm man page:<br>
 int tm_hour;    /* hours (0 - 23) */<br>
so tm_hour shouldn&#39;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=&quot;set&quot; data=&quot;timezone=Europe/Kiev&quot;/&gt;<br>
&gt;<br>
&gt; And i don&#39;t understand why  &quot;tm.tm_hour + 1&quot;<br>
&gt; In source code<br>
&gt;         if (say_time) {<br>
&gt;                 switch_snprintf(buf, sizeof(buf), &quot;%d:%d:%d&quot;, tm.tm_hour +<br>
&gt; 1,<br>
&gt; tm.tm_min, tm.tm_sec);<br>
&gt;                 say_args-&gt;type = SST_TIME_MEASUREMENT;<br>
&gt;                 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;     &lt;extension name=&quot;SayTime&quot;&gt;<br>
&gt;&gt;         &lt;condition field=&quot;destination_number&quot; expression=&quot;^9000$&quot;&gt;<br>
&gt;&gt;             &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;&gt;             &lt;action application=&quot;say&quot; data=&quot;ru current_date_time<br>
&gt;&gt; pronounced $strftime(%s)&quot;/&gt;<br>
&gt;&gt;             &lt;action application=&quot;sleep&quot; data=&quot;1000&quot;/&gt;<br>
&gt;&gt;             &lt;action application=&quot;hangup&quot;/&gt;<br>
&gt;&gt;         &lt;/condition&gt;<br>
&gt;&gt;     &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;<br>
&gt;&gt; With respect,<br>
&gt;&gt; Boris<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; FreeSWITCH-users mailing list<br>
&gt;&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt;&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt;&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt;&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; FreeSWITCH-users mailing list<br>
&gt; <a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
&gt; <a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
&gt; UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
&gt; <a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
&gt;<br>
<br>
<br>
<br>
_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</div></div></blockquote></div><br>