diff options
author | Miran <narimiran@disroot.org> | 2020-06-17 15:25:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-06-17 15:25:02 +0200 |
commit | e7f280bd26a54b4f187b087c8d35f43f0e6328c7 (patch) | |
tree | 59ceb2dc34d14e8b983722ef9092632737d3a033 /tools/website.nimf | |
parent | 861953429362d72a76fe3768a25db3f8a1cf70ee (diff) | |
download | Nim-e7f280bd26a54b4f187b087c8d35f43f0e6328c7.tar.gz |
Remove deprecated stuff from stdlib (#14699)
* update to the latest Jester * remove deprecated procs from some stdlib modules * 'criterion' is not maintained anymore and relies on obsolete stuff
Diffstat (limited to 'tools/website.nimf')
-rw-r--r-- | tools/website.nimf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/website.nimf b/tools/website.nimf index 9e5eb2460..bde84b32f 100644 --- a/tools/website.nimf +++ b/tools/website.nimf @@ -250,7 +250,7 @@ runForever() <p>This section lists the companies and individuals that are, very kindly, contributing a monthly amount to help sustain Nim's development. For more details take a look at the <a href="https://salt.bountysource.com/teams/nim">Bountysource campaign</a>.</p> -<p class="lastUpdate">Last updated: ${getTime().getGMTime().format("dd/MM/yyyy")}</p> +<p class="lastUpdate">Last updated: ${getTime().utc().format("dd/MM/yyyy")}</p> <dl> ${generateSponsors(activeSponsors)} </dl> |