diff --git a/UserInterface/CommandsCommon.cs b/UserInterface/CommandsCommon.cs index 1a81c4e..048e489 100644 --- a/UserInterface/CommandsCommon.cs +++ b/UserInterface/CommandsCommon.cs @@ -64,6 +64,8 @@ namespace BirthdayBot.UserInterface string tz = null; if (tzinput != null) { + if (tzinput.Equals("Asia/Calcutta", StringComparison.OrdinalIgnoreCase)) tzinput = "Asia/Kolkata"; + // Just check if the input exists in the map. Get the "true" value, or reject it altogether. if (!TzNameMap.TryGetValue(tzinput, out tz)) {