Skip to content

Commit 1c8a026

Browse files
committed
after computing the right tz, *use it*
1 parent 850962e commit 1c8a026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

synergy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ sub date_parser_for {
821821

822822
DateTime::Format::Natural->new(
823823
prefer_future => 1,
824-
time_zone => 'America/New_York',
824+
time_zone => $tz,
825825
);
826826
}
827827

0 commit comments

Comments
 (0)