exchange timestamp in tick data

which_part
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?
Tagged:
  • SRIJAN
    SRIJAN edited August 2022
    It's the timestamp when the exchange sent the tick.

    Change your system timezone to IST ,and you will get correct exchange timestamp.
  • which_part
    it's working now thanks@srijan
This discussion has been closed.