Time Zones And DateTimeOffsets

If you sit down with a group of software developers and have a couple of beers, eventually people start telling war stories, and one of them will be about DateTime values. The best cure for those problems are to include a time zone when you record a datetime value, and the easiest way to do that is to use a DateTimeOffset. I’m going to show you how to add time zones to a React application, and utilize the power of DateTimeOffsets.

Leave a Reply

Your email address will not be published. Required fields are marked *