MiniProfiler / dotnet

A simple but effective mini-profiler for ASP.NET (and Core) websites
https://miniprofiler.com/dotnet/
MIT License
2.93k stars 603 forks source link

ClockOverride #657

Closed anxinpid closed 1 year ago

anxinpid commented 1 year ago

Please provide support “options.ClockOverride”

image

NickCraver commented 1 year ago

What is the ask here? Please be specific.

The reason we render in Zulu time is that most server logs are in UTC and that's what people are comparing to. A specific timezone besides that doesn't make sense for an application going to more than 1 place, and the only alternative to that is rendering in the user's local timezone which can be confusing comparing to server time.

NickCraver commented 1 year ago

Closing this out to tidy up - happy to discuss with more info.