Questions tagged [timeshift]

7 questions
3
votes
1 answer

Timeshift a series in Grafana with an InfluxDB database

I have an InfluxDB 4.5.0 database running on Home assistant 2022.8.7. I want to plot two InfluxDB queries on the same Grafana 7.6.0 graph, but one series is timeshifted by +24hrs. After several hours of research I see it it possible to timeshift all…
Marky0
  • 1,984
  • 2
  • 12
  • 28
1
vote
2 answers

JMeter/Timeshift: Using timeShift, get UTC time without converting to local time. eg. ${__timeShift(HH:mm,,PT30M,,)}

Whenever I run ${__timeShift(HH:mm,,PT30M,,)} from the Function Helper, it gives me the time in CST (my local timezone) I'm having trouble figuring out how to use timeShift to evaluate the HH:mm value without automatically converting it to CST time.…
0
votes
0 answers

Resume ubuntu configuration

I had to reboot my ubuntu 22.04 lts laptop. Before to do it, I made a full copy of my system on an external harddisk with timeshift so that I could get it back on my computer as before. When I came back to ubuntu and wanted to reload my backups, I…
0
votes
2 answers

__timeShift function not returning the previous year date

I'm using the __timeShift function as follows ${__timeShift(YYYY-MM-dd hh:mm,,-P7D,,)} My current date is 3rd of January 2023. I'm expecting 2022-12-27 02:13 but getting output as 2023-12-27 02:13. If my current date is 10th of January 2023, then I…
0
votes
1 answer

Function to calculate shift between to time series based on data points

I am trying to find a function that matches two time series such that the datetime corresponds to reality. So I need a function that minimizes the distance between the two curves shown above and outputs a new dataframe that has TAIR time-shifted…
Cla FM
  • 11
  • 3
0
votes
1 answer

Dynamically add 5 minutes to TimeShift in Jmeter

I have created a loop in Jmeter and I have a counter within the loop. vars.put("counter", "5") I am then incrementing the loop by +5 for every iteration of the loop. What I am trying to do is add that counter to…
0
votes
1 answer

JMeter timeshift issue

I've been working with timeshift, but it seems that timeshift does not do what I expect it should do. When I input a DateTime into TimeShift to work with it always uses the Current DateTime, but when I only input the Date it works? long timeStamp =…
pipelinecache
  • 3,954
  • 1
  • 17
  • 16