Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > os-src > by-pkgid > 0b46aa18d616268a5e44f029b990ea30 > files > 3

perl-GStreamer-0.15-5.fc13.src.rpm

Index: t/GstValue.t
===================================================================
RCS file: /cvsroot/gtk2-perl/gtk2-perl-xs/GStreamer/t/GstValue.t,v
retrieving revision 1.2
diff -u -d -p -r1.2 GstValue.t
--- t/GstValue.t	25 Dec 2005 22:40:26 -0000	1.2
+++ t/GstValue.t	24 Aug 2006 22:18:32 -0000
@@ -8,7 +8,10 @@ use Test::More tests => 2;
 use Glib qw(TRUE FALSE);
 use GStreamer -init;
 
-my $time = 999986400; # 2001-09-09, 00:00
+# Use UTC to make sure the timestamp means the same everywhere.  Hopefully,
+# this works on most systems.
+$ENV{TZ} = "UTC";
+my $time = 999993600; # 2001-09-09, 00:00
 
 my $structure = {
   name => "urgs",