Fix timezonetime (#4712)

* Disable caching of result

* Cleanup whitespace
master
Zaahir Moolla 2019-05-30 23:13:47 -04:00 committed by GitHub
parent d13a584188
commit dd6d184da7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 17 deletions

View File

@ -9,7 +9,7 @@ use DateTime;
use DateTime::TimeZone;
zci answer_type => 'timezonetime';
zci is_cached => 1;
zci is_cached => 0;
triggers start => ("what time in", "what time is it in", "time in");
triggers startend => ("time", "now time", "time now");

View File

@ -9,7 +9,7 @@ use Test::Deep;
use DDG::Test::Goodie;
zci answer_type => 'timezonetime';
zci is_cached => 1;
zci is_cached => 0;
sub build_structured_answer {
my ($time, $timezone, $daylightSaving) = @_;