Skip to content

Commit 70f0255

Browse files
authored
ENH: Add time to date stamp of mne.Report footer (#13247)
1 parent 0efaf96 commit 70f0255

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mne/report/report.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3184,7 +3184,7 @@ def save(
31843184
with warnings.catch_warnings(record=True):
31853185
warnings.simplefilter("ignore")
31863186
footer_html = _html_footer_element(
3187-
mne_version=MNE_VERSION, date=time.strftime("%B %d, %Y")
3187+
mne_version=MNE_VERSION, date=time.strftime("%Y-%m-%d %H:%M:%S")
31883188
)
31893189

31903190
html = [header_html, toc_html, *self.html, footer_html]

0 commit comments

Comments
 (0)