Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
db83a0eb
Commit
db83a0eb
authored
19 years ago
by
Daniel Stenberg
Browse files
Options
Downloads
Patches
Plain Diff
Michael Wallner reported that the date parser had wrong offset stored for
the MEST and CEST time zones.
parent
6d9fddb9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
CHANGES
+5
-0
5 additions, 0 deletions
CHANGES
RELEASE-NOTES
+1
-1
1 addition, 1 deletion
RELEASE-NOTES
lib/parsedate.c
+2
-2
2 additions, 2 deletions
lib/parsedate.c
with
8 additions
and
3 deletions
CHANGES
+
5
−
0
View file @
db83a0eb
...
...
@@ -7,6 +7,11 @@
Changelog
Daniel (4 October 2005)
- Michael Wallner reported that the date parser had wrong offset stored for
the MEST and CEST time zones.
Daniel (27 September 2005)
- David Yan filed bug #1299181 (http://curl.haxx.se/bug/view.cgi?id=1299181)
that identified a silly problem with Content-Range: headers with the 'bytes'
...
...
This diff is collapsed.
Click to expand it.
RELEASE-NOTES
+
1
−
1
View file @
db83a0eb
...
...
@@ -37,6 +37,6 @@ This release would not have looked like this without help, code, reports and
advice from friends like these:
o John Kelly, Nicolas Franois, Scott Davis, Ben Madsen, Dmitry Bartsevich,
David Yan
David Yan
, Michael Wallner
Thanks! (and sorry if I forgot to mention someone)
This diff is collapsed.
Click to expand it.
lib/parsedate.c
+
2
−
2
View file @
db83a0eb
...
...
@@ -130,8 +130,8 @@ static const struct tzinfo tz[]= {
{
"CET"
,
-
60
},
/* Central European */
{
"MET"
,
-
60
},
/* Middle European */
{
"MEWT"
,
-
60
},
/* Middle European Winter */
{
"MEST"
,
-
12
0
tDAYZONE
},
/* Middle European Summer */
{
"CEST"
,
-
12
0
tDAYZONE
},
/* Central European Summer */
{
"MEST"
,
-
6
0
tDAYZONE
},
/* Middle European Summer */
{
"CEST"
,
-
6
0
tDAYZONE
},
/* Central European Summer */
{
"MESZ"
,
-
60
tDAYZONE
},
/* Middle European Summer */
{
"FWT"
,
-
60
},
/* French Winter */
{
"FST"
,
-
60
tDAYZONE
},
/* French Summer */
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment