Home
last modified time | relevance | path

Searched refs:creationDate (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Lib/test/test_tools/
H A Dtest_i18n.py103 creationDate = header['POT-Creation-Date']
106 if creationDate.endswith('\\n'):
107 creationDate = creationDate[:-len('\\n')]
110 datetime.strptime(creationDate, '%Y-%m-%d %H:%M%z')
/third_party/skia/src/pdf/
H A DSkPDFMetadata.cpp328 SkString creationDate; in MakeXMPObject() local
335 creationDate = SkStringPrintf("<xmp:CreateDate>%s</xmp:CreateDate>\n", in MakeXMPObject()
375 templateString, modificationDate.c_str(), creationDate.c_str(), in MakeXMPObject()

Completed in 2 milliseconds