Unable to query historical data in influxDB with kapacitor

I am currently unable to query historical data from influxDB through kapacitor using batch or stream nodes.

I created a sample measurement with timestamps belonging to year 2013.
I have used offset as 5y or 60m in the batch node.
This does not produce anything.
Tried where(lambda: year("time") == 2013), which didn’t pull any data from influxDB.

Thanks in advance!