diff --git a/plugins/Time/plugin.py b/plugins/Time/plugin.py index 5c273fb79..2c325f0c2 100644 --- a/plugins/Time/plugin.py +++ b/plugins/Time/plugin.py @@ -178,7 +178,8 @@ class Time(callbacks.Plugin): def tztime(self, irc, msg, args, timezone): """/ - Takes a city and its region, and returns the locale time.""" + Takes a city and its region, and returns the locale time. This + command uses the IANA Time Zone Database.""" try: import pytz except ImportError: