Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a generation time to the HTML pages #33

Open
jypeter opened this issue Nov 21, 2019 · 1 comment
Open

Add a generation time to the HTML pages #33

jypeter opened this issue Nov 21, 2019 · 1 comment

Comments

@jypeter
Copy link

jypeter commented Nov 21, 2019

Knowing when a comparison page has been generated or updated is useful

I don't know if this could be added the same way as in #32. If the page is generated by a python script, the current time string can be very easily generated the following way

>>> import time
>>> time.asctime()
'Thu Nov 21 17:34:14 2019'
@jservonnat
Copy link
Owner

@jypeter ok, please setup a PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants