Get time in different timezones/ countries

Using the script
  • With country code

    python time_conversion.py --country <countryCode>
    

    Eg:

    python time_conversion.py --country in
    
  • With location

    python time_conversion.py --location <location>
    

    Eg:

    python time_conversion.py --location 'Asia/Kolkata'