Skip to content

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

@miniwg

Description

@miniwg

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()); }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions