Introduction to the POM| maven.apache.org
DateFormat is an abstract class for date/time formatting subclasses which| docs.oracle.com
SimpleDateFormat is a concrete class for formatting and| docs.oracle.com
Calculating time differences correctly is challenging. With more than two dozen time zones at play on any given day around the world, and yearly / historical fluctuation in time, it's no wonder that Salesforce stores dates in GMT and tries to enforce good practices surrounding time and date calculation by giving you -- the developer -- quality date/time APIs when dealing with them. When working with formula fields in Apex, however, the developer must keep in mind certain idiosyncracies in ord...| www.jamessimone.net