Merge pull request #1573 from oliverdunk/patch-1

Added new Epoch Trigger
master
Zaahir Moolla 2015-09-18 09:47:35 -04:00
commit 1b705241e8
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,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", "utc time", "utc now", "current utc");
my @trigger_words = ("unixtime", "datetime", "unix timestamp", "unix time stamp", "unix epoch", "epoch", "timestamp", "unix time", "utc time", "utc now", "current utc", "time since epoch");
triggers startend => @trigger_words;
zci answer_type => "time_conversion";