Opened 16 years ago

Closed 16 years ago

#6486 closed (fixed)

Add server time to error page info

Reported by: Bastian Kleineidam <calvin@…> Owned by: nobody
Component: Uncategorized Version: dev
Severity: Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Add the local server time to the HTTP 500 error page info.

Note: I encountered time-sensitive bugs which were more easy to debug with this information.

Attachments (2)

0011-Add-server-time-to-error-page-info.patch (1.3 KB ) - added by Bastian Kleineidam <calvin@…> 16 years ago.
views_debug__server_time.diff (934 bytes ) - added by Thomas Güttler 16 years ago.
better patch: use RFC 2822 date format (incl. time zone offset)

Download all attachments as: .zip

Change History (4)

by Bastian Kleineidam <calvin@…>, 16 years ago

by Thomas Güttler, 16 years ago

better patch: use RFC 2822 date format (incl. time zone offset)

comment:1 by Thomas Güttler, 16 years ago

Triage Stage: UnreviewedReady for checkin

The current server time is useful in the debug view.

comment:2 by Malcolm Tredinnick, 16 years ago

Resolution: fixed
Status: newclosed

(In [7333]) Fixed #6486 -- Added local server time to the debug output page. Patch from
Bastian Kleineidam and Thomas Güttler.

Note: See TracTickets for help on using tickets.
Back to Top