source: ANL2022/super_agent/utils/utils.py

Last change on this file was 75, checked in by wouter, 21 months ago

#6 added ANAC2022 parties

File size: 81 bytes
Line 
1from time import time
2
3
4def get_ms_current_time():
5 return int(time() * 1000)
Note: See TracBrowser for help on using the repository browser.