Remove deprecated mac API from dng_date_time.cpp

CFGregorianDate has been deprecated since macOs 10.10, and its use is
now a compilation error for the mac build with sdk 10.13.
This CL replaces it with the use of CFCalendar, copying an identical
fix done in dng_sdk 1.5.

Bug: 148525019
Test: on mac, lunch sdk && m libdng_sdk
Change-Id: Ie6944fe077d27cc1e7d79c6f6ce7a92ba49fd99a
2 files changed