Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
7ab6b81f
...
7ab6b81ff412c97c77a83e2d9490cc5a172a7c43
authored
2006-01-20 16:29:27 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Recognize EET and EEST time zones
1 parent
e3d2c437
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh_format.c
mh/mh_format.c
View file @
7ab6b81
...
...
@@ -1407,6 +1407,7 @@ struct
{
"CST"
,
"CDT"
,
-
6
},
{
"MST"
,
"MDT"
,
-
7
},
{
"PST"
,
"PDT"
,
-
8
},
{
"EET"
,
"EEST"
,
-
2
},
{
NULL
,
0
}
};
...
...
Please
register
or
sign in
to post a comment