<?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 Re: TIME_FORMAT issue with 10:21:00 and 06:10:21 in Splunk Search</title>
    <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516276#M145063</link>
    <description>&lt;P&gt;And you have this:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;TIME_FORMAT = %d/%b/%Y:%H:%M:%S %z
TIME_PREFIX = dateTime="\[&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it is "%z" not "%Z"&amp;nbsp;&lt;/P&gt;&lt;P&gt;As %Z means "PST", "GMT" etc.&lt;/P&gt;&lt;P&gt;and %z is "+0000", "-0700" etc.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 26 Aug 2020 13:36:22 GMT</pubDate>
    <dc:creator>isoutamo</dc:creator>
    <dc:date>2020-08-26T13:36:22Z</dc:date>
    <item>
      <title>TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516235#M145043</link>
      <description>&lt;P&gt;I have a time format issue with Splunk logs . events are not coming correctly against the correct timestamp. in props.conf i have&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;SHOULD_LINEMERGE = false
TIME_PREFIX = \[
TIME_FORMAT = %d/%b/%Y:%H:%M:%S %Z
MAX_TIMESTAMP_LOOKAHEAD = 26&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;but the issue is both 26/Aug/2020:10:21:00 and 26/Aug/2020:06:10:21(logs below) are coming under the time 26/Aug/2020:10:21:00.&lt;/P&gt;&lt;P&gt;Below are the logs&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;dateTime="[26/Aug/2020:10:21:00 +0000]" remoteUser="-" firstLine="POST /api/1 HTTP/1.1" httpStatus=200; bytesSent=120 - responseTime=127

dateTime="[26/Aug/2020:06:10:21 +0000]" remoteUser="-" firstLine="POST /api/2 HTTP/1.1" httpStatus=200; bytesSent=1512 - responseTime=14&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so when doing timechart span=1s i am getting wrong results&lt;/P&gt;&lt;P&gt;why the time matching not working correctly?&lt;/P&gt;&lt;P&gt;Any help&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:13:03 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516235#M145043</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-26T11:13:03Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516236#M145044</link>
      <description>&lt;P&gt;Can you put your props.conf and example data inside code block or otherwise as plain text so we don't need to guess where is line breaks etc ;-?&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:11:30 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516236#M145044</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-26T11:11:30Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516238#M145045</link>
      <description>&lt;P&gt;formatted, sorry for that&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:14:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516238#M145045</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-26T11:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516239#M145046</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;some changes based on your data:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;DATETIME_CONFIG =
LINE_BREAKER = ([\r\n]+)
MAX_TIMESTAMP_LOOKAHEAD = 50
NO_BINARY_CHECK = true
TIME_FORMAT = %d/%b/%Y:%H:%M:%S %z
TIME_PREFIX = dateTime="\[&lt;/LI-CODE&gt;&lt;P&gt;Those should fix the situation.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:23:54 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516239#M145046</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-26T11:23:54Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516240#M145047</link>
      <description>&lt;P&gt;Thanks for the answer, let me try this, will update you.&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:26:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516240#M145047</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-26T11:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516247#M145052</link>
      <description>&lt;P&gt;it didnt fix the issue&lt;/P&gt;&lt;P&gt;this issue is only coming at second is 00. all other times it is fine.&lt;/P&gt;&lt;P&gt;Splunk Time zone is PST and host log file date is GMT&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Wrong
04:25:00.000
dateTime="[26/Aug/2020:00:11:25 +0000]" firstLine="POST /api HTTP/1.1" httpStatus=200; bytesSent=1458 - responseTime=9&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Correct 
04:43:29.000
dateTime="[26/Aug/2020:11:43:29 +0000]" firstLine="POST /api HTTP/1.1" httpStatus=200; bytesSent=1450 - responseTime=239&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 11:47:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516247#M145052</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-26T11:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516256#M145054</link>
      <description>&lt;P&gt;&lt;SPAN class="t"&gt;&lt;SPAN class="t h"&gt;26&lt;/SPAN&gt;/Aug/2020:05:12:08&lt;/SPAN&gt;&lt;SPAN&gt; +&lt;/SPAN&gt;&lt;SPAN class="t"&gt;0000 log is coming under&amp;nbsp;&lt;SPAN&gt;26/08/2020&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;05:08:00.000&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 12:13:55 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516256#M145054</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-26T12:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516265#M145059</link>
      <description>&lt;P&gt;Now I'm little bite confused what you issue really is?&lt;/P&gt;&lt;P&gt;Splunk stores always events as GMT time to server. Then it shows to you as your local zone is configured on you Splunk GUI settings.&lt;/P&gt;&lt;P&gt;Maybe this explains it in more detailed level.&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.splunk.com/t5/Dashboards-Visualizations/quot-Event-timezone-quot-compared-to-quot-actual-timezone-quot/td-p/249175" target="_blank"&gt;https://community.splunk.com/t5/Dashboards-Visualizations/quot-Event-timezone-quot-compared-to-quot-actual-timezone-quot/td-p/249175&lt;/A&gt;&lt;/P&gt;&lt;P&gt;+0000 means that event's timezone is GMT.&lt;/P&gt;&lt;P&gt;PST is equal to UTC-0800 on summertime and UTC-0700 on normal time.&lt;/P&gt;&lt;P&gt;And here is those time format variables:&amp;nbsp;&lt;A href="https://docs.splunk.com/Documentation/Splunk/8.0.5/SearchReference/Commontimeformatvariables" target="_blank"&gt;https://docs.splunk.com/Documentation/Splunk/8.0.5/SearchReference/Commontimeformatvariables&lt;/A&gt;&lt;/P&gt;&lt;P&gt;When I change my TZ to PST on Splunk GUI I will get:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;dateTime=[26/Aug/2020:00:11:25 +0000]
_time: 2020-08-25T17:11:25.000-07:00

dateTime=[26/Aug/2020:11:43:29 +0000]
_time: 2020-08-26T04:43:29.000-07:00&lt;/LI-CODE&gt;&lt;P&gt;And when I change TZ to GMT then it shows&lt;/P&gt;&lt;LI-CODE lang="java"&gt;dateTime=[26/Aug/2020:00:11:25 +0000]
_time: 2020-08-26T00:11:25.000+00:00

dateTime=[26/Aug/2020:11:43:29 +0000]
_time: 2020-08-26T11:43:29.000+00:00&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 12:49:23 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516265#M145059</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-26T12:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516268#M145061</link>
      <description>&lt;DIV class="lia-message-body lia-component-message-view-widget-body lia-component-body-signature-highlight-escalation lia-component-message-view-widget-body-signature-highlight-escalation"&gt;&lt;DIV class="lia-message-body-content"&gt;&lt;P&gt;My issue is&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;26/Aug/2020:05:12:08 +0000 logs(in host) are coming under 26/08/2020 05:08:00.000 in splunk

26/Aug/2020:00:11:25 +0000 logs(in host) are coming under 26/08/2020 04:25:00.000 in splunk&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so i think&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;08 +0000 is matching with time 05:08:00.000

:25 +0000 is matching with time 25:00.000&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and showing wrong results.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;this is is happening only on :00 seconds, eg : 04:25:00.000, 04:26:00.000, 04:27:00.000 etc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 13:03:50 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516268#M145061</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-26T13:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516273#M145062</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="ruby"&gt;ClientIP="00.00.00.00" remotehost="00.00.00.00" acceptHeader="-" dateTime="[26/Aug/2020:04:13:19 +0000]" remoteUser="-"  firstLine="POST /api/1"&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;this is the full log, i put&amp;nbsp;&lt;/P&gt;&lt;P&gt;MAX_TIMESTAMP_LOOKAHEAD = 200&lt;/P&gt;&lt;P&gt;stil it didnt work&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 13:22:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516273#M145062</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-26T13:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516276#M145063</link>
      <description>&lt;P&gt;And you have this:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;TIME_FORMAT = %d/%b/%Y:%H:%M:%S %z
TIME_PREFIX = dateTime="\[&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And it is "%z" not "%Z"&amp;nbsp;&lt;/P&gt;&lt;P&gt;As %Z means "PST", "GMT" etc.&lt;/P&gt;&lt;P&gt;and %z is "+0000", "-0700" etc.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 13:36:22 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516276#M145063</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-26T13:36:22Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516289#M145072</link>
      <description>&lt;P&gt;yes i have small z&lt;/P&gt;&lt;PRE&gt;%z&lt;/PRE&gt;</description>
      <pubDate>Wed, 26 Aug 2020 14:21:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516289#M145072</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-26T14:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516300#M145075</link>
      <description>&lt;P&gt;Just testing this with: (cat foo3.out)&lt;/P&gt;&lt;LI-CODE lang="java"&gt;ClientIP="00.00.00.00" remotehost="00.00.00.00" acceptHeader="-" dateTime="[26/Aug/2020:05:12:08 +0000]" firstLine="POST /api HTTP/1.1" httpStatus=200; bytesSent=1450 - responseTime=239
ClientIP="00.00.00.00" remotehost="00.00.00.00" acceptHeader="-" dateTime="[26/Aug/2020:00:11:25 +0000]" firstLine="POST /api HTTP/1.1" httpStatus=200; bytesSent=1450 - responseTime=239&lt;/LI-CODE&gt;&lt;P&gt;inputs.conf&lt;/P&gt;&lt;LI-CODE lang="java"&gt;[monitor:///path/to/file/foo3.out]
disabled = false
host = host_name
index = main
sourcetype = foo3&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;props.conf&lt;/P&gt;&lt;LI-CODE lang="java"&gt;[foo3]
DATETIME_CONFIG =
LINE_BREAKER = ([\r\n]+)
NO_BINARY_CHECK = true
TIME_FORMAT = %d/%b/%Y:%H:%M:%S %z
TIME_PREFIX = dateTime="\[
category = Custom
pulldown_type = true&lt;/LI-CODE&gt;&lt;P&gt;And events are in splunk just like they should with correct _time.&lt;/P&gt;&lt;P&gt;Where you are testing these? I'm using local workstation with 8.0.5 installed locally.&lt;/P&gt;&lt;P&gt;Index main and app search.&lt;/P&gt;&lt;P&gt;And for testing purpose I have set my User -&amp;gt; Preferences: TZ as Pacific Time (GMT-08:00)&lt;/P&gt;&lt;P&gt;And btool shows:&lt;/P&gt;&lt;LI-CODE lang="java"&gt;splunk btool inputs list monitor:///path/to/file/foo3.out
[monitor:///path/to/file/foo3.out]
_rcvbuf = 1572864
disabled = false
host = host_name
index = main
sourcetype = foo3

splunk btool props list foo3
[foo3]
ADD_EXTRA_TIME_FIELDS = True
ANNOTATE_PUNCT = True
AUTO_KV_JSON = true
BREAK_ONLY_BEFORE =
BREAK_ONLY_BEFORE_DATE = True
CHARSET = UTF-8
DATETIME_CONFIG =
DEPTH_LIMIT = 1000
HEADER_MODE =
LEARN_MODEL = true
LEARN_SOURCETYPE = true
LINE_BREAKER = ([\r\n]+)
LINE_BREAKER_LOOKBEHIND = 100
MATCH_LIMIT = 100000
MAX_DAYS_AGO = 2000
MAX_DAYS_HENCE = 2
MAX_DIFF_SECS_AGO = 3600
MAX_DIFF_SECS_HENCE = 604800
MAX_EVENTS = 256
MAX_TIMESTAMP_LOOKAHEAD = 128
MUST_BREAK_AFTER =
MUST_NOT_BREAK_AFTER =
MUST_NOT_BREAK_BEFORE =
NO_BINARY_CHECK = true
SEGMENTATION = indexing
SEGMENTATION-all = full
SEGMENTATION-inner = inner
SEGMENTATION-outer = outer
SEGMENTATION-raw = none
SEGMENTATION-standard = standard
SHOULD_LINEMERGE = True
TIME_FORMAT = %d/%b/%Y:%H:%M:%S %z
TIME_PREFIX = dateTime="\[
TRANSFORMS =
TRUNCATE = 10000
category = Custom
detect_trailing_nulls = false
maxDist = 100
priority =
pulldown_type = true
sourcetype =&lt;/LI-CODE&gt;&lt;P&gt;Let's hope that these helps you.&lt;/P&gt;&lt;P&gt;r. Ismo&lt;/P&gt;</description>
      <pubDate>Wed, 26 Aug 2020 15:28:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516300#M145075</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-26T15:28:28Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516449#M145148</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;looks like the issue is solved, finally I used combination of something like below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;[access_log]&lt;BR /&gt;SHOULD_LINEMERGE = false&lt;BR /&gt;NO_BINARY_CHECK = true&lt;BR /&gt;DATETIME_CONFIG =&lt;BR /&gt;MAX_TIMESTAMP_LOOKAHEAD = 150&lt;BR /&gt;TIME_FORMAT = %d/%b/%Y:%H:%M:%S %z&lt;BR /&gt;TIME_PREFIX = dateTime="\[&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for all the help, I have never seen someone going this far to reproduce and find a solution like u did, outstanding...&lt;/P&gt;</description>
      <pubDate>Thu, 27 Aug 2020 07:12:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516449#M145148</guid>
      <dc:creator>vijayakumarkb</dc:creator>
      <dc:date>2020-08-27T07:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: TIME_FORMAT issue with 10:21:00 and 06:10:21</title>
      <link>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516456#M145151</link>
      <description>Thanks, and nice to heard the we could solve your issue &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;</description>
      <pubDate>Thu, 27 Aug 2020 07:48:46 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Search/TIME-FORMAT-issue-with-10-21-00-and-06-10-21/m-p/516456#M145151</guid>
      <dc:creator>isoutamo</dc:creator>
      <dc:date>2020-08-27T07:48:46Z</dc:date>
    </item>
  </channel>
</rss>

