According to the
specs, we have this:
Quote:
The date element has one optional OPF event attribute. The set of values for event are not defined by this specification; possible values may include: creation, publication, and modification.
|
Readium uses it like this:
Quote:
EPUB 2.x
The string is the value of the <dc:date> element whose opf:event attribute has the value publication.
EPUB 3.x
The string is the value of the <dc:date> element.
|
Calibre, on the other hand, seems to ignore altogether the
opf:event property. It just uses the
oldest date, regardless of its attribute.