diff --git a/build/site.pl b/build/site.pl index 82cc99e67..7fb6b7d1b 100644 --- a/build/site.pl +++ b/build/site.pl @@ -58,7 +58,7 @@ my $db_file = 'gce.db'; -my $gmttime = gmtime(); +my $gmtime = gmtime(); my $timestamp = time(); # Exports @@ -78,7 +78,7 @@ INCLUDE_PATH => './src', PRE_PROCESS => 'config.tt2', VARIABLES => { - 'gmttime' => $gmttime, + 'gmtime' => $gmtime, 'timestamp' => $timestamp, 'gitHubServerUrl' => $ENV{'GITHUB_SERVER_URL'} || '', 'gitHubRepository' => $ENV{'GITHUB_REPOSITORY'} || '', diff --git a/build/src/footer.tt2 b/build/src/footer.tt2 index dd4d2a81f..6bd043a51 100644 --- a/build/src/footer.tt2 +++ b/build/src/footer.tt2 @@ -13,7 +13,7 @@ and used according to terms described in the Creative Commons 4.0 Attribution License.

- Last Update: [% gmttime %] (GMT) + Last Update: [% gmtime %] (GMT) · Imprint

diff --git a/build/src/grid.tt2 b/build/src/grid.tt2 index b6e93e703..9beae14d6 100644 --- a/build/src/grid.tt2 +++ b/build/src/grid.tt2 @@ -78,7 +78,7 @@ Use the arrow keys ( ) Data and costs shown are not guaranteed to be accurate or current. Please report issues you see.

-

Last Update: [% gmttime %] (GMT)

+

Last Update: [% gmtime %] (GMT)