You can easily view the current Unix time with a few lines of code in Python. from datetime import datetime current_time = datetime.now() a = ...
確定! 回上一頁