in tick data exchange timestamp is system's datetime.now() or it is absolute exchange time ? as on my local time it is showing expected and correct time whereas on ec2 mumbai server on which system time is in utc showing different something like this 'exchange_timestamp': datetime.datetime(2022, 8, 10, 8, 42, 48) whereas on my local machine showing 'exchange_timestamp': datetime.datetime(2022, 8, 10, 14, 23, 22)} How to correct that?
Change your system timezone to IST ,and you will get correct exchange timestamp.