Tag Archives: calendar

Handling Dates

In a globally distributed system, there are some key patterns for handling dates so that they work reliably, performantly, and are unlikely to be misused by developers.  Oddly, a number of new classes were added to Java which should be … Continue reading

Posted in Coding, Design | Tagged , , , , , , | Leave a comment

Specifying Business Hours

Long ago I worked on a project where we needed to specify the hours that a business was going to be open, and to account for all the various difficulties around holidays and other special days. This is what we … Continue reading

Posted in Coding, Design | Tagged , , , , , | Leave a comment