If the origins of the two datums are not identical, the earlier origin is
preserved and the offsets of the later origin are updated in the resulting
CFtime instance.
The order of the two parameters is indirectly significant. The resulting
CFtime
instance will have the offsets of both instances in the order that
they are specified. There is no reordering or removal of duplicates. This is
because the time series are usually associated with a data set and the
correspondence between the data in the files and the CFtime instance is thus
preserved. When merging the data sets described by this time series, the
order must be identical to the merging here.
Any bounds that were set will be removed. Use bounds()
to retrieve
the bounds of the individual CFtime
instances and then set them again after
merging the two instances.