Splunk Search

How to calculate days for past and future days?

DataOrg
Builder

Hello,

I want to calculate the days in difference like below like future days should be in positive and past days should be negative

i tried eval diff=(now()-_time) and did strftime(diff,"%D") but here all are in positive days. i want the past days in negative

Date Difference in Days  
04-02-2022 -5  
05-02-2022 -4  
06-02-2022 -3  
07-02-2022 -2  
08-02-2022 -1  
09-02-2022 0 Today Date
10-02-2022 1  
11-02-2022 2  
12-02-2022 3  
13-02-2022 4  
Labels (4)
Tags (3)
0 Karma
1 Solution

ITWhisperer
SplunkTrust
SplunkTrust
| eval diff=floor((_time-now())/(60*60*24))

View solution in original post

ITWhisperer
SplunkTrust
SplunkTrust
| eval diff=floor((_time-now())/(60*60*24))
Get Updates on the Splunk Community!

BORE at .conf25

Boss Of Regular Expression (BORE) was an interactive session run again this year at .conf25 by the brilliant ...

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...