TTL to adjust with System time

Hi,
If I change system time to old time, TTL also changing correspondingly. Do we have any option to adjust TTL according to System time and example below for reference

~ # redis-cli -s /run/redis/redis.sock TTL testexp"
(integer) 118

After system time change to old time same key TTL also get increased like below

~ # redis-cli -s /run/redis/redis.sock TTL “testexp”
(integer) 1123334

Thanks,
Mani