<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Timestamp locale recognition in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-locale-recognition/m-p/22100#M3346</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have noticed that one of our Splunk indexers whilst indexing data from a host is seems to be using different time locales to covert the timestamps... Any reason for this?&lt;/P&gt;

&lt;P&gt;Example: 
Extract from host: nyl01a-4103 recorded time in Splunk 06/01/2011 17:33:41.000 (This is correct as my UI is in the UK and the host is in NY&lt;/P&gt;

&lt;PRE&gt;
2011-01-06 12:33:40,605 INFO DQS [821897797] QueryService - Fetch Size|1000
&lt;/PRE&gt;

&lt;P&gt;Example: 
Extract from host: nyl01a-4103 recorded time in Splunk 06/01/2011 17:33:45.000 &lt;/P&gt;

&lt;PRE&gt;
2011-01-06 07:33:45,863 INFO DQS [1514448925] QueryServiceUtil - maxFetchSize lookup time: 0
&lt;/PRE&gt;

&lt;P&gt;Example:
Extract from host: nyl01a-4103 recorded time in 06/01/2011 17:33:58.000&lt;/P&gt;

&lt;PRE&gt;
2011-01-06 06:33:58,279 INFO DQS [2063101246] QueryService - Fetch Size|1
&lt;/PRE&gt;

&lt;P&gt;Note: All these events returned in the same search. I am guessing there is some timestamp locale setting which needs to be configured any ideas?&lt;/P&gt;</description>
    <pubDate>Fri, 07 Jan 2011 01:39:14 GMT</pubDate>
    <dc:creator>Josh</dc:creator>
    <dc:date>2011-01-07T01:39:14Z</dc:date>
    <item>
      <title>Timestamp locale recognition</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-locale-recognition/m-p/22100#M3346</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I have noticed that one of our Splunk indexers whilst indexing data from a host is seems to be using different time locales to covert the timestamps... Any reason for this?&lt;/P&gt;

&lt;P&gt;Example: 
Extract from host: nyl01a-4103 recorded time in Splunk 06/01/2011 17:33:41.000 (This is correct as my UI is in the UK and the host is in NY&lt;/P&gt;

&lt;PRE&gt;
2011-01-06 12:33:40,605 INFO DQS [821897797] QueryService - Fetch Size|1000
&lt;/PRE&gt;

&lt;P&gt;Example: 
Extract from host: nyl01a-4103 recorded time in Splunk 06/01/2011 17:33:45.000 &lt;/P&gt;

&lt;PRE&gt;
2011-01-06 07:33:45,863 INFO DQS [1514448925] QueryServiceUtil - maxFetchSize lookup time: 0
&lt;/PRE&gt;

&lt;P&gt;Example:
Extract from host: nyl01a-4103 recorded time in 06/01/2011 17:33:58.000&lt;/P&gt;

&lt;PRE&gt;
2011-01-06 06:33:58,279 INFO DQS [2063101246] QueryService - Fetch Size|1
&lt;/PRE&gt;

&lt;P&gt;Note: All these events returned in the same search. I am guessing there is some timestamp locale setting which needs to be configured any ideas?&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2011 01:39:14 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-locale-recognition/m-p/22100#M3346</guid>
      <dc:creator>Josh</dc:creator>
      <dc:date>2011-01-07T01:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: Timestamp locale recognition</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Timestamp-locale-recognition/m-p/22101#M3347</link>
      <description>&lt;P&gt;I would set explicit time extraction rule based on sourcetype, as well as set the timezone values based on host. For example:&lt;/P&gt;

&lt;P&gt;in system/local/props.conf:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[my_sourcetype]
TIME_FORMAT = %Y-%m-%d %H:%M%:S
TIME_PREFIX=^
MAX_TIMESTAMP_LOOKAHEAD=20


[host::nyl01a-4103 ]
# Assuming the server respects DST
TZ=America/New_York
# If the server does not respect DST
# TZ=UTC-4
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 25 Feb 2011 00:38:00 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Timestamp-locale-recognition/m-p/22101#M3347</guid>
      <dc:creator>kbains</dc:creator>
      <dc:date>2011-02-25T00:38:00Z</dc:date>
    </item>
  </channel>
</rss>

