<?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 Wrong Timestamp in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75567#M15402</link>
    <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;Splunk adds one hour to timestamp, when indexing logs. &lt;/P&gt;

&lt;P&gt;Example of my logs: &lt;/P&gt;

&lt;P&gt;[ 21/Feb/2012 1:05:32.306 PM] I got ID_TRANS ... &lt;/P&gt;

&lt;P&gt;so when such log falls into splunk, it got a timestamp like &lt;BR /&gt;
2/21/12&lt;BR /&gt;
2:05:32.306 PM&lt;/P&gt;

&lt;P&gt;My props.conf for these logs is:&lt;/P&gt;

&lt;P&gt;[sourcetype::verytest]&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=31&lt;BR /&gt;
NO_BINARY_CHECK=1&lt;BR /&gt;
TIME_FORMAT=%d/%b/%y %H:%M:%S.%3N %p&lt;/P&gt;

&lt;P&gt;My timezone is - &lt;BR /&gt;
(GMT +03:00) Moscow, St. Petersburg, Volgograd&lt;/P&gt;

&lt;P&gt;What I`m doing wrong? &lt;/P&gt;</description>
    <pubDate>Mon, 28 Sep 2020 11:25:27 GMT</pubDate>
    <dc:creator>astepanov</dc:creator>
    <dc:date>2020-09-28T11:25:27Z</dc:date>
    <item>
      <title>Wrong Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75567#M15402</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;

&lt;P&gt;Splunk adds one hour to timestamp, when indexing logs. &lt;/P&gt;

&lt;P&gt;Example of my logs: &lt;/P&gt;

&lt;P&gt;[ 21/Feb/2012 1:05:32.306 PM] I got ID_TRANS ... &lt;/P&gt;

&lt;P&gt;so when such log falls into splunk, it got a timestamp like &lt;BR /&gt;
2/21/12&lt;BR /&gt;
2:05:32.306 PM&lt;/P&gt;

&lt;P&gt;My props.conf for these logs is:&lt;/P&gt;

&lt;P&gt;[sourcetype::verytest]&lt;BR /&gt;
MAX_TIMESTAMP_LOOKAHEAD=31&lt;BR /&gt;
NO_BINARY_CHECK=1&lt;BR /&gt;
TIME_FORMAT=%d/%b/%y %H:%M:%S.%3N %p&lt;/P&gt;

&lt;P&gt;My timezone is - &lt;BR /&gt;
(GMT +03:00) Moscow, St. Petersburg, Volgograd&lt;/P&gt;

&lt;P&gt;What I`m doing wrong? &lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 11:25:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75567#M15402</guid>
      <dc:creator>astepanov</dc:creator>
      <dc:date>2020-09-28T11:25:27Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75568#M15403</link>
      <description>&lt;P&gt;You could try to assign the timezone in your props.conf: &lt;A href="http://docs.splunk.com/Documentation/Splunk/4.3/Data/Applytimezoneoffsetstotimestamps"&gt;Apply Timezone&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 09:54:59 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75568#M15403</guid>
      <dc:creator>MarioM</dc:creator>
      <dc:date>2012-02-21T09:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75569#M15404</link>
      <description>&lt;P&gt;Thx, MarioM&lt;/P&gt;

&lt;P&gt;it Really Helps.&lt;/P&gt;

&lt;P&gt;For Russia Moscow props.conf for such logs should looks like this one:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;[sourcetype::your_sourcetype_name]
MAX_TIMESTAMP_LOOKAHEAD = custom, for example 31
NO_BINARY_CHECK=1 (Do not check for binary, Speed up Perfomance)
TIME_FORMAT=%d/%b/%y %H:%M:%S.%3N %p (Custom date timeformat, to help indexer understand timespamps, [more info][1])
TZ=Europe/Moscow
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;TZ should be equals to TZ=Europe/Moscow (Only for logs in Mosow TimeZone (+03.00)).&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 10:20:01 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75569#M15404</guid>
      <dc:creator>astepanov</dc:creator>
      <dc:date>2012-02-21T10:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75570#M15405</link>
      <description>&lt;P&gt;Hi!&lt;BR /&gt;
Do you have UTC+03:00 after assigning TZ=Europe/Moscow?&lt;/P&gt;

&lt;P&gt;I'm struggling with the same issue at the moment, i.e. Europe/Moscow gives me UTC+03:00, but we are actually in UTC+04:00.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 10:53:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75570#M15405</guid>
      <dc:creator>greg</dc:creator>
      <dc:date>2012-02-21T10:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75571#M15406</link>
      <description>&lt;P&gt;Hi, greg!&lt;/P&gt;

&lt;P&gt;For UTC +04.00 you should use Asia/Krasnoyarsk it will gives you UTC +04.00 for more information about timezone, you could study MarioM link (&lt;A href="http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones"&gt;http://en.wikipedia.org/wiki/List_of_zoneinfo_timezones&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 10:59:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75571#M15406</guid>
      <dc:creator>astepanov</dc:creator>
      <dc:date>2012-02-21T10:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75572#M15407</link>
      <description>&lt;P&gt;Well, according to this wikipedia table, column "Standard Time", Asia/Krasnoyarsk is UTC+08:00, which is too much for me &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I'm still in Europe/Moscow (not Moscow +0400).&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:09:29 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75572#M15407</guid>
      <dc:creator>greg</dc:creator>
      <dc:date>2012-02-21T11:09:29Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75573#M15408</link>
      <description>&lt;P&gt;Ohg, It`s my fault, sorry. &lt;/P&gt;

&lt;P&gt;Did you check time on your server with Splunk installation, is it correct?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:13:51 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75573#M15408</guid>
      <dc:creator>astepanov</dc:creator>
      <dc:date>2012-02-21T11:13:51Z</dc:date>
    </item>
    <item>
      <title>Re: Wrong Timestamp</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75574#M15409</link>
      <description>&lt;P&gt;Yes, I have checked everything twice.&lt;BR /&gt;
My situation is stated in this question:&lt;BR /&gt;
&lt;A href="http://splunk-base.splunk.com/answers/40985/time-zone-recognition-still-doesnt-work-after-editing-propsconf"&gt;http://splunk-base.splunk.com/answers/40985/time-zone-recognition-still-doesnt-work-after-editing-propsconf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;Could you please check on your system, do you really have UTC+0300 for Europe/Moscow?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2012 11:23:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/Wrong-Timestamp/m-p/75574#M15409</guid>
      <dc:creator>greg</dc:creator>
      <dc:date>2012-02-21T11:23:42Z</dc:date>
    </item>
  </channel>
</rss>

