Time: tztime: mention IANA TZ Database in help

https://www.iana.org/time-zones uses the spelling IANA Time Zone Database,
so I use it too.
This commit is contained in:
Mikaela Suomalainen 2014-07-23 18:21:23 +03:00
parent 496979758f
commit b8193e0c88

View File

@ -178,7 +178,8 @@ class Time(callbacks.Plugin):
def tztime(self, irc, msg, args, timezone):
"""<region>/<city>
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: