From 0efc4f4f5d83aec24c4fa0b29e107e02ca9a9619 Mon Sep 17 00:00:00 2001 From: Richie B2B Date: Wed, 7 Oct 2020 13:56:17 +0200 Subject: [PATCH] Fix api.drive[].date_modified example (#304) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 65e0075..3608b4b 100644 --- a/README.rst +++ b/README.rst @@ -260,7 +260,7 @@ You can access your iCloud Drive using an API identical to the Ubiquity one desc >>> drive_file = api.drive['Holiday Photos']['2013']['Sicily']['DSC08116.JPG'] >>> drive_file.name u'DSC08116.JPG' ->>> drive_file.modified +>>> drive_file.date_modified datetime.datetime(2013, 3, 21, 12, 28, 12) # NB this is UTC >>> drive_file.size 2021698