Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
9e935048
Commit
9e935048
authored
Sep 13, 1997
by
Richard M. Stallman
Browse files
(chinese-calendar-time-zone): Likewise.
(chinese-calendar-standard-time-zone-name): Likewise.
parent
7e3e3ad1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
lisp/calendar/cal-china.el
lisp/calendar/cal-china.el
+5
-3
No files found.
lisp/calendar/cal-china.el
View file @
9e935048
...
...
@@ -61,7 +61,7 @@
calendar and Coordinated Universal (Greenwich) Time. Default is for Beijing.
This is an expression in `year' since it changed at 1928-01-01 00:00:00 from
UT+7:45:40 to UT+8."
:type
'
number
:type
'
sexp
:group
'chinese-calendar
)
(
defcustom
chinese-calendar-location-name
"Beijing"
...
...
@@ -82,8 +82,10 @@ for Chinese calendar. Default is for no daylight savings time."
'
(
if
(
<
year
1928
)
"PMT"
"CST"
)
"*Abbreviated name of standard time zone used for Chinese calendar."
:type
'string
"*Abbreviated name of standard time zone used for Chinese calendar.
This is an expression depending on `year' because it changed
at 1928-01-01 00:00:00 from `PMT' to `CST'."
:type
'sexp
:group
'chinese-calendar
)
(
defcustom
chinese-calendar-daylight-time-zone-name
"CDT"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment