Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 888 Bytes

File metadata and controls

33 lines (26 loc) · 888 Bytes

How to use it:

  1. Save this as timezone_converter.py
  2. Run it: python timezone_converter.py
  3. Follow the prompts

Example session:

*** Meeting Time Zone Converter ***

Enter year (e.g., 2026): 2026
Enter month (1-12): 3
Enter day (1-31): 15
Enter hour in 24-hour format (0-23, where 14 = 2 PM): 9
Enter minute (0-59): 0

Available timezones:
  1. US_Eastern
  2. India
  3. UK
  4. Singapore

Enter the timezone for this meeting time (e.g., US_Eastern): US_Eastern

============================================================
Meeting scheduled for: March 15, 2026 at 09:00 AM US_Eastern
============================================================
US_Eastern      March 15, 2026 - 09:00 AM EST
India           March 15, 2026 - 07:30 PM IST
UK              March 15, 2026 - 02:00 PM GMT
Singapore       March 15, 2026 - 10:00 PM SGT

Check another meeting time? (y/n):