Add __deepcopy__ method to TomlTz class. Fix #308 (#309) Without this method, the dict that results from parsing a datetime with a timezone cannot be deep-copied using the stdlib `copy.deepcopy()` function.