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!

Enter the Splunk Community Dashboard Challenge for Your Chance to Win!

The Splunk Community Dashboard Challenge is underway! This is your chance to showcase your skills in creating ...

.conf24 | Session Scheduler is Live!!

.conf24 is happening June 11 - 14 in Las Vegas, and we are thrilled to announce that the conference catalog ...

Introducing the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...