Disclaimer: Douple post because of no answer in the InfluxDB 2 forum
Hi All,
I have the following data:
Now I want to shift that one month backwards, meaning that it starts January 1st, and then February 1st, Match 1st and so on. But if I now use:
|> timeShift(duration: -1mo)
I get the following result:
which looks like timeshift just substracts a fixed amount of days instead of a correct calendar month.
Is this the expected behaviour? If yes, what can I do the get the desired result?