Add triggers
Added "utc time", "current utc", and "utc now" to list of triggers. https://duck.co/ideas/idea/4585/current-utc-timemaster
parent
c093d8249f
commit
58650f52fc
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue