3 lines
79 B
Python
3 lines
79 B
Python
|
def convert_to_tronscan_timestamp(timestamp):
|
||
|
return int(timestamp * 1000)
|