diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 18:52:27 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-04-04 18:52:29 -0700 |
commit | ab649adac04086817c69113fa075f1cb9bdc6d0f (patch) | |
tree | 5bc270adab188099bc48ced5aa964688029812af /python | |
parent | c29987e4de66154ba5b2a700a754d51d324fd7fb (diff) | |
download | fatcat-ab649adac04086817c69113fa075f1cb9bdc6d0f.tar.gz fatcat-ab649adac04086817c69113fa075f1cb9bdc6d0f.zip |
revert back to earlier stats datetime
Caught in testing
Diffstat (limited to 'python')
-rw-r--r-- | python/fatcat_web/templates/stats.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/fatcat_web/templates/stats.html b/python/fatcat_web/templates/stats.html index d117e1a4..f11ca820 100644 --- a/python/fatcat_web/templates/stats.html +++ b/python/fatcat_web/templates/stats.html @@ -7,7 +7,7 @@ You can also fetch these numbers <a href="./stats.json">as JSON</a>. <h3>Changelog</h3> -<p>Latest changelog index is {{ stats.changelog.latest.index }} ({{ stats.changelog.latest.timestamp.strftime("%Y-%m-%d %H:%M:%S") }}). +<p>Latest changelog index is {{ stats.changelog.latest.index }} ({{ stats.changelog.latest.timestamp[:10] }}). <h3>Entities</h3> |