Can we change timestamp of series/metrics at database level?

I have mad mistake while creating data in influx DB… i used wrong timezone to enter data ( used UTC timezone instead of EST) hence need to update time series of all metrics by 4 hour ( ex 09:00AM change to 05:00AM).

@reshujain4u You will need to pull the data out and rewrite it with the proper timestamps. The timestamp acts as the primary key for the database so you can’t update it. Also updates in InfluxDB are difficult. This was a design decision to allow for greater performance.