Snapshot page showing wrong timestamp

I just noticed the time is off on the snapshot. Please see screenshot:

It’s UTC, as is how most dates are serialized over the wire.

But aren’t there javascript functions/libraries to show the current timezone of the web browser? It would be nice if it showed that.

This is a self encapsulated snapshot page with no external dependencies which can be archived offline in a single .html file for preservation. It’s purpose is to capture and view a snapshot of the Response DTO.

You can return your own custom view page for this response if you need something different.