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!

Introducing the Splunk Community Dashboard Challenge!

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

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...