diff options
Diffstat (limited to 'tests/date')
-rw-r--r-- | tests/date/Test.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/date/Test.pm b/tests/date/Test.pm index 0643fbc54..70af7d59a 100644 --- a/tests/date/Test.pm +++ b/tests/date/Test.pm @@ -128,7 +128,7 @@ sub test_vector {}, "2000-06-15 09:43:57", 0], # Relative seconds, no time. - # This test has problems! It works only if TZ is set to UTC+1 (as below). + # This test is fragile! It works only if TZ is set to UTC+1 (as below). ['relative-2', "--utc -d '1970-01-01 UTC +961062237 sec' $fmt", {}, "2000-06-15 10:43:57", 0], |