Splunk Search

time difference between two fields

selvam_sekar
Path Finder

Hi,

I have two fields, where time zone seems to be different.. please could you help me to get difference ? 

itime= 2024-02-22 20:56:02,185

stime=2024-02-23T01:56:02Z

I tried the below but it always gives around 5 hrs delay..

SPL:

| eval itime=strptime(Initial_Time,"%Y-%m-%d %H:%M:%S,%3N")
| eval stime=strptime(s_time,"%Y-%m-%dT%H:%M:%S")
| eval difference = abs(itime - stime)
| eval time_difference=tostring(difference, "duration")
Labels (1)
Tags (1)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Have you tried incorporating the time zone in the strptime call?

| eval stime=strptime(s_time,"%Y-%m-%dT%H:%M:%S%Z")

 

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...