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!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...