diff options
author | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-11 09:36:10 +0100 |
---|---|---|
committer | Julian Andres Klode <julian.klode@canonical.com> | 2019-02-11 09:36:10 +0100 |
commit | 38eeaec814307aa0b6dc39ee9119235c13333acf (patch) | |
tree | 95876cfdc6bc410349804a7892ed26999a85cfb0 /apt-pkg | |
parent | 08fe18cccff68fbaf35bd3251f37cee524c073f6 (diff) | |
parent | 3b169b6d1d2111765f57e2f5e6279e99ae523cde (diff) |
Merge tag '1.8.0_rc3'
apt Debian release 1.8.0~rc3
Diffstat (limited to 'apt-pkg')
-rw-r--r-- | apt-pkg/contrib/strutl.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apt-pkg/contrib/strutl.cc b/apt-pkg/contrib/strutl.cc index 2e3e025ec..50344d1fe 100644 --- a/apt-pkg/contrib/strutl.cc +++ b/apt-pkg/contrib/strutl.cc @@ -989,7 +989,7 @@ static time_t timegm(struct tm *t) } #endif /*}}}*/ -// RFC1123StrToTime - Converts a HTTP1.1 full date strings into a time_t /*{{{*/ +// RFC1123StrToTime - Converts an HTTP1.1 full date strings into a time_t /*{{{*/ // --------------------------------------------------------------------- /* tries to parses a full date as specified in RFC7231 ยง7.1.1.1 with one exception: HTTP/1.1 valid dates need to have GMT as timezone. |