Skip to content

Commit

Permalink
Make t/ui/21-admin-needles.t work for every timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Sep 30, 2024
1 parent 7105152 commit ff29352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions t/ui/21-admin-needles.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
# Copyright 2014-2020 SUSE LLC
# SPDX-License-Identifier: GPL-2.0-or-later

BEGIN { $ENV{TZ} = 'UTC' }

use Test::Most;

use FindBin;
Expand Down

0 comments on commit ff29352

Please sign in to comment.