1234
Using the displaytime.cpp -> Make it output the correct time using a 12-hour system, AND, take in user input for their time zone and display that accordingly. (Time zone in the form if +/- hours from GMT, via cin)
cout << (current_time +/- offset_val);