Change the behaviour of LocalTime::operator== to make the same time in different...
[libdcp.git] / src / local_time.h
index fdb6fc90646bc39988f4ee75bc46b6cd5fc89775..e1baedcc26b894c566c0e25b2d0abe27237703b8 100644 (file)
@@ -60,6 +60,9 @@ namespace dcp {
  *  to parse strings of the required format (those that include time zones).
  *
  *  See http://www.w3.org/TR/xmlschema-2/#dateTime
+ *
+ *  Note that operator== for this class will return true for times that have different
+ *  offsets but are the same actual time.
  */
 class LocalTime
 {