derwentx/feature-hunter

View on GitHub
feature_hunter/helpers.py

Summary

Maintainability
A
0 mins
Test Coverage
import time

def get_safe_timestamp():
    return time.strftime("%Y-%m-%d_%H-%M-%S")