diff options
author | P. J. McDermott <pjm@nac.net> | 2011-11-02 02:17:15 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2011-11-02 02:17:15 (EDT) |
commit | 3d2dd9b5e3e130adac9f4db9a051936f973012d9 (patch) | |
tree | 2bd91ca8e1fea860eb8a22679ab8c07af4795e5e /includes | |
parent | 365b985a101f8cf5511656c499bfd7cfc9363853 (diff) | |
download | www-3d2dd9b5e3e130adac9f4db9a051936f973012d9.zip www-3d2dd9b5e3e130adac9f4db9a051936f973012d9.tar.gz www-3d2dd9b5e3e130adac9f4db9a051936f973012d9.tar.bz2 |
Note timezone in footer dates.
Diffstat (limited to 'includes')
-rwxr-xr-x | includes/footer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/includes/footer.html b/includes/footer.html index 4ff8f66..79a3a10 100755 --- a/includes/footer.html +++ b/includes/footer.html @@ -16,8 +16,8 @@ </p> <!--#config timefmt="%Y-%m-%d %H:%M:%S" --> <p class="dates"> - Retrieved: <!--#echo var="DATE_LOCAL" --><br> - Last modified: <!--#echo var="LAST_MODIFIED" --> + Retrieved: <!--#echo var="DATE_LOCAL" --> EDT<br> + Last modified: <!--#echo var="LAST_MODIFIED" --> EDT </p> </div> </body> |