Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dblalock/bolt
/ now_as_string
Function
now_as_string
experiments/python/pyience.py:107–108 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
105
# ------------------------------------------------ IO / saving results
106
107
def
now_as_string():
108
return
datetime.datetime.now().strftime(
"%Y-%m-%dT%H_%M_%S"
)
109
110
111
def
save_data_frame(df, save_dir, name=None, timestamp=False):
Callers
1
save_data_frame
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected