Getting Data In

How to convert "LastBootUpTime" to epoch time (including the timezone offset) in order to get the epoch reported in GMT?

ppeterson
Path Finder

I'm having difficulties converting Microsoft's LastBootUpTime into Epoch taking the timezone offset into account to get an Epoch in GMT value for comparison. Would anyone have any ideas to assist?

LastBootUpTime="20170522110049.412726-240"

Thanks,
Paul

0 Karma

somesoni2
Revered Legend

Give this a try (runanywhere search for testing, just use the last line for conversion expression)

| gentimes start=-1 | eval LastBootUpTime="20170522110049.412726-240" 
| eval _time=strptime(LastBootUpTime,"%Y%m%d%H%M%S.%N%Z")
0 Karma
Get Updates on the Splunk Community!

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...

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 ...