forked from HowardHinnant/date
The include in tz.cpp was changed to only include the ios.h header when compiling on apple platforms, as the documentation states that only the four files date.h, tz.h, tz_private.h, and tz.cpp should be required to use the time zone library. Additionally, the ios.mm file was moved to src/ since it contains C++ source code.