<p dir="ltr"><br>
On May 6, 2013 5:53 PM, &quot;Evan Rempel&quot; &lt;<a href="mailto:erempel@uvic.ca">erempel@uvic.ca</a>&gt; wrote:<br>
&gt;<br>
&gt; I must be misunderstanding the timezone handling of syslog-ng because I can&#39;t<br>
&gt; get it to behave the way I understand the manual to indicate.<br>
&gt;<br>
&gt; I have a few hosts that can only syslog in UTS, including the time zone,<br>
&gt; so all time stamps look like &quot;2013-05-06T15:45:06+00:00&quot;.<br>
&gt;<br>
&gt; Two things happen.<br>
&gt;<br>
&gt; 1. The file name destination /var/syslog/archive/syslog.$S_YEAR$S_MONTH$S_DAY.${S_HOUR}0000<br>
&gt;     that does not have any timezone specified, and the global option of keep-timestamp is yes.<br>
&gt;<br>
&gt;     This destination uses the numbers from the UTC time stamp, but the manual indicates in section<br>
&gt;     &quot;2.5. Timezones and daylight saving&quot; ... &quot;Step 5. When macro expansions are used in<br>
&gt;     the destination filenames, the local timezone is used.&quot;<br>
&gt;<br>
&gt;     The local time zone is &quot;2013-05-06T08:45:06-07:00&quot; so I expect to have the log file of<br>
&gt;     /var/syslog/archive/syslog.20130506.080000<br>
&gt;     but instead, the log file is<br>
&gt;     /var/syslog/archive/syslog.20130506.150000</p>
<p dir="ltr">I&#39;d have to check the code for this. ... I tried but it&#39;s difficult to read code on a phone. It seems to do what the docs say, convert the timestamp to the local timezone. But t I haven&#39;t tried at this time<br>
</p>
<p dir="ltr">&gt;<br>
&gt; 2. If I am logging from many hosts, in many timezones, and am logging to syslog servers<br>
&gt;     in different time zones, I would like the logs written in the time zone of the syslog server.<br>
&gt;     I realize that there is a time-zone() setting for a destination, but that requires a specific<br>
&gt;     time zone and can not handle daylight savings time.</p>
<p dir="ltr">It&#39;s been possible since 3.0 to use city names in timezone options.<br></p>
<p dir="ltr">Eg time-zone(&quot;Europe/Budapest&quot;) should work just fine.<br>
&gt;<br>
&gt;     Is there a way to configure a destination time zone that follows the localhost daylight savings<br>
&gt;     time zone?<br>
&gt;<br>
&gt;<br>
&gt; Thanks.<br>
&gt;<br>
&gt; Evan.<br>
&gt; ______________________________________________________________________________<br>
&gt; Member info: <a href="https://lists.balabit.hu/mailman/listinfo/syslog-ng">https://lists.balabit.hu/mailman/listinfo/syslog-ng</a><br>
&gt; Documentation: <a href="http://www.balabit.com/support/documentation/?product=syslog-ng">http://www.balabit.com/support/documentation/?product=syslog-ng</a><br>
&gt; FAQ: <a href="http://www.balabit.com/wiki/syslog-ng-faq">http://www.balabit.com/wiki/syslog-ng-faq</a><br>
&gt;<br>
</p>