Skip to content

Remove newlines from toString on time-related types

Clean Importer requested to merge master into master

It's strange to have toString instances return \n at the end, this is something the developer should be able to choose when using the instance. For example when logging you don't want timestamps including \n.

Merge request reports