Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
304 Not Modified
NJU-Calendar
Commits
c0144e56
Commit
c0144e56
authored
Nov 14, 2022
by
304 Not Modified
Browse files
Fix timzone issue, thanks to lijiebio@foxmail.com
parent
b5ff16ae
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main.py
View file @
c0144e56
...
...
@@ -22,6 +22,7 @@ def init_cal(cal, name):
# required by outlook
tz
=
Timezone
()
tz
.
add
(
"Ttzid"
,
"China Standard Time"
)
cal
.
add_component
(
tz
)
return
cal
def
gen_cal
(
cal
,
ev_dct
,
dest
):
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment