From d369a2b7755d763490575fc18de748def0b3ba77 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 23 Sep 2008 11:00:01 +0000 Subject: - Introducing Jamie Lokier's function for date to epoch conversion used in the date parser function. This makes our function less dependent on system- provided functions and instead we do all the magic ourselves. We also no longer depend on the TZ environment variable. --- tests/data/test517 | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/data/test517') diff --git a/tests/data/test517 b/tests/data/test517 index cd5ecd14c..b7d2af607 100644 --- a/tests/data/test517 +++ b/tests/data/test517 @@ -21,7 +21,6 @@ curl_getdate() testing # using one of the 'right' zones that take into account leap seconds # which causes the cookie expiry times to be different. -TZ=GMT nothing -- cgit v1.2.3