mirror of
https://github.com/curl/curl.git
synced 2026-08-26 05:33:38 +03:00
- 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.
This commit is contained in:
parent
a5f4cfc612
commit
d369a2b775
4 changed files with 62 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue