timein

Get the time in specific cities. Check timezones.

[p]timein New York

preview.jpg


Requirements

Dependences are optional, but highly recommended.

pip install pytz fuzzywuzzy

Commands

  • timein
    • Get the time in a city/timezone

Find valid cities and timezone strings at https://coffeebank.github.io/timezone-picker/

Usage with Dependencies

  • πŸ”Ί !timein new yo
    • These dependencies allow the bot to search with the city name, typos, and in lowercase

Usage (Default)

  • πŸ”Ή !timein America/New_York
    • In Default mode, you must specify the exact timezone string for the bot to work

Notes

  • timein works best with Python 3.9+

For Python <=3.8 Users

⚠️ Please note that Maubot recommends Python 3.10+.

timein requires dependencies to function on Python <=3.8.

Run:

pip install pytz fuzzywuzzy