DateTime.TryParse throws!

Introduction

I stumbled across a bug in the DateTime’s TryParse method a couple of weeks back.  Our services layer is written in Scala and it was publishing Java’s equivalent of DateTime.MaxValue to represent an “infinite” duration. Continue reading