We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0efaf96 commit 70f0255Copy full SHA for 70f0255
mne/report/report.py
@@ -3184,7 +3184,7 @@ def save(
3184
with warnings.catch_warnings(record=True):
3185
warnings.simplefilter("ignore")
3186
footer_html = _html_footer_element(
3187
- mne_version=MNE_VERSION, date=time.strftime("%B %d, %Y")
+ mne_version=MNE_VERSION, date=time.strftime("%Y-%m-%d %H:%M:%S")
3188
)
3189
3190
html = [header_html, toc_html, *self.html, footer_html]
0 commit comments