Skip to content

mne.Report: Add time to datestamp in html footer #13243

Closed
@sappelhoff

Description

@sappelhoff

The HTML footer looks like this:

Image

It would be nice to also include a basic timestamp here, because sometimes, you may want to check later whether a report was, for example, created in the morning (prior to a bugfix) or evening.

Can probably be fixed here:

footer_html = _html_footer_element(
mne_version=MNE_VERSION, date=time.strftime("%B %d, %Y")
)

and in some jinja template? (where?)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions