diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-09-23 11:00:01 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-09-23 11:00:01 +0000 |
commit | d369a2b7755d763490575fc18de748def0b3ba77 (patch) | |
tree | 7eebd3b352f91fae13a982ac8f30e9a9cceee11e /tests/data/test517 | |
parent | a5f4cfc6126b5e6085d3972a00f37409de65ad11 (diff) |
- 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.
Diffstat (limited to 'tests/data/test517')
-rw-r--r-- | tests/data/test517 | 1 |
1 files changed, 0 insertions, 1 deletions
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. <setenv> -TZ=GMT </setenv> <command> nothing |