View Single Post
Old 08-24-2010, 08:29 AM   #19
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by kovidgoyal View Post
Just to clarify: calibre uses a custom field in EPUB files for the calibre date.
Thanks. I can see my answer above was incorrect. For reasons I won't go into, when I checked a saved EPUB before answering, there was no custom field for Calibre's date, so I incorrectly assumed it was the non-custom date field.

Here is the content of a Saved to Disk .opf file:
Code:
        <dc:date>1986-12-31T05:00:00+00:00</dc:date>
        <meta content="2009-12-30T05:00:00+00:00" name="calibre:timestamp"/>
The first is the non-custom date field ("Published" in Calibre) and the second is the custom date field ("Date" in Calibre).

The content.opf file inside an EPUB is essentially the same.
Starson17 is offline   Reply With Quote