Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 393 Bytes

File metadata and controls

24 lines (18 loc) · 393 Bytes

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'