From b8193e0c885fc867a0acec3d74891f90deea53d7 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Wed, 23 Jul 2014 18:21:23 +0300 Subject: [PATCH] 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. --- plugins/Time/plugin.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: