Add triggers

Added "utc time", "current utc", and "utc now" to list of triggers.
https://duck.co/ideas/idea/4585/current-utc-time
master
Steven Glick 2014-11-21 19:50:37 -05:00
parent c093d8249f
commit 58650f52fc
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use DateTime;
use List::MoreUtils qw( uniq );
use Try::Tiny;
my @trigger_words = ("unixtime", "datetime", "unix timestamp", "unix time stamp", "unix epoch", "epoch", "timestamp", "unix time");
my @trigger_words = ("unixtime", "datetime", "unix timestamp", "unix time stamp", "unix epoch", "epoch", "timestamp", "unix time", "utc time", "utc now", "current utc");
triggers startend => @trigger_words;
zci answer_type => "time_conversion";