Splunk Search

Converting time

akawacz
Path Finder

Hi

How to convert below into readable format ?

41861.003287037
41855.001458333

I was trying this but did not work

strftime(strptime(Close"%m/%e/%Y %l:%M:%S %p"),"%Y-%m-%d %H:%M:%S")

Regards

0 Karma
1 Solution

somesoni2
Revered Legend

Try something like this (assuming this is excel date )

strftime((Close-25569)*86400 ,"%Y-%m-%d %H:%M:%S")

View solution in original post

0 Karma

somesoni2
Revered Legend

Try something like this (assuming this is excel date )

strftime((Close-25569)*86400 ,"%Y-%m-%d %H:%M:%S")
0 Karma

akawacz
Path Finder

Hi

It worked thank you. Could you explain my why we substract 25569 and multiply by 86400

Thank you

0 Karma

somesoni2
Revered Legend

The base for excel date time is 1/1/1900 and for epoch is 1/1/1970, the 25569 is the adjustment of dates (for 70 years). Multiplication by 86400 is to convert days into seconds (excel shows in days, epoch in seconds)

0 Karma

akawacz
Path Finder

thank you so much

0 Karma

richgalloway
SplunkTrust
SplunkTrust

What do those numbers represent? They certainly are not time strings in the format shown in your strptime command.

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

Introducing the 2024 SplunkTrust!

Hello, Splunk Community! We are beyond thrilled to announce our newest group of SplunkTrust members!  The ...

Introducing the 2024 Splunk MVPs!

We are excited to announce the 2024 cohort of the Splunk MVP program. Splunk MVPs are passionate members of ...

Splunk Custom Visualizations App End of Life

The Splunk Custom Visualizations apps End of Life for SimpleXML will reach end of support on Dec 21, 2024, ...