Hello:<br>I am new to syslog-ng<br><br>&nbsp;I have multiple network devices all sending me their syslog data to a single Linux server.<br>I break the syslog data out to individual files based upon IP addresses.<br><br>My problem is that I have a few devices that are sending out data in with no timezone information. The simply assume GMT. 
<br>Is there any way to define my sources so that <br>1) I can have a default &quot;bucket&quot; source that cathces all syslog data send vi IP unless defined otherwise<br>2) I can define out individual IP&#39;s as &quot;sources&quot; 
<br>3) I can have one of the sources automatically apply a timezone i specify?<br><br>Please advise and thanks,<br><br><br>This is my source definition<br>source all_routers { udp(ip(<a href="http://0.0.0.0">0.0.0.0</a>) port(514));
<br>};<br>