payment/payment_backend/utils/tronscan.py

3 lines
79 B
Python

def convert_to_tronscan_timestamp(timestamp):
return int(timestamp * 1000)