LiveSplit
LiveSplit copied to clipboard
Incorrect AtomicDateTime serialization when serializing Attempt struct to JSON
Came back to write some more unit tests and noticed the AtomicDateTime does not have a ToString() overload for when an Attempt struct is serialized to JSON, thus serializing to their type name. These methods might not be used right now and thus it might not have been caught still but are latent.

My intention was to only add tests and refrain from fixing code problems so that the PR can be accepted without too much thinking, so I'm documenting this problem to come back and fix it once I PR the tests.
Hi there, I was wondering if you had the time to review #2308 so that I can fix this bug and continue adding more unit tests to the codebase.