diff options
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> |