Home
last modified time | relevance | path

Searched refs:set_date (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Lib/
Dmailbox.py385 msg.set_date(os.path.getmtime(os.path.join(self._path, subpath)))
1573 def set_date(self, date): member in MaildirMessage
1596 message.set_date(self.get_date())
1714 message.set_date(calendar.timegm(time.strptime(maybe_date,
/third_party/ntfs-3g/ntfsprogs/
Dntfsundelete.c1928 static int set_date(const char *pathname, time_t date) in set_date() function
2189 set_date(pathname, file->date); in undelete_file()
/third_party/python/Lib/test/
Dtest_mailbox.py1497 msg.set_date(0.0)
1732 msg_maildir.set_date(0.0)
/third_party/python/Doc/library/
Dmailbox.rst889 .. method:: set_date(date)