Skip to content

Don't explicitly format date/time values in debug output

That is at best unnecessary and at worst loses relevant information like the timezones. It also gets in the way of identifying places that need proper localized date/time formatting.

Merge request reports