https://habr.com/ru/articles/516756/
from PIL import Image
def get_date_taken(path):
return Image.open(path)._getexif()[36867]
https://habr.com/ru/articles/516756/
from PIL import Image
def get_date_taken(path):
return Image.open(path)._getexif()[36867]