Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display time zone as part of the Last Update at the top of the web page #265

Open
miniwg opened this issue Aug 24, 2024 · 0 comments
Open

Comments

@miniwg
Copy link

miniwg commented Aug 24, 2024

The Last Update date and time at the top of the results page show the date and time on the server. However, the server may be in a different time zone from the viewer or running on UTC.

The change is fairly trivial to implement. It requires the addition of one line of code:

Use POSIX;

And altering line 10063 to:

if ($LastUpdate) { print Format_Date( $LastUpdate, 0)." ".strftime("%Z", localtime()); }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant