Skip to content
Snippets Groups Projects
Commit 5ff83f4c authored by juga's avatar juga
Browse files

Import timestamp function

parent 953e5022
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,8 @@ from sbws.globals import (SPEC_VERSION, BW_LINE_SIZE, SBWS_SCALE_CONSTANT,
TORFLOW_ROUND_DIG)
from sbws.lib.resultdump import ResultSuccess, _ResultType
from sbws.util.filelock import DirectoryLock
from sbws.util.timestamp import now_isodt_str, unixts_to_isodt_str
from sbws.util.timestamp import (now_isodt_str, unixts_to_isodt_str,
now_unixts)
from sbws.util.state import State
log = logging.getLogger(__name__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment