Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new exchangetimezone 'Amsterdam, Berlin, Bern, Rom, Stockholm, Wien' #618

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chr-is
Copy link

@chr-is chr-is commented May 20, 2023

Add new timezone in lib/timezonedata/exchangezones.php:

'Amsterdam, Berlin, Bern, Rom, Stockholm, Wien' => 'Europe/Berlin',

Example ICS-File:

BEGIN:VCALENDAR
METHOD:PUBLISH
PRODID:Microsoft Exchange Server 2010
VERSION:2.0
X-WR-CALNAME:***
BEGIN:VTIMEZONE
TZID:(UTC+01:00) Amsterdam, Berlin, Bern, Rom, Stockholm, Wien
BEGIN:STANDARD
DTSTART:16010101T030000
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=10
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:16010101T020000
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
RRULE:FREQ=YEARLY;INTERVAL=1;BYDAY=-1SU;BYMONTH=3
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
.....

'Amsterdam, Berlin, Bern, Rom, Stockholm, Wien' => 'Europe/Berlin',
@codecov
Copy link

codecov bot commented May 20, 2023

Codecov Report

Merging #618 (e5371c8) into master (198196c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master     #618   +/-   ##
=========================================
  Coverage     98.76%   98.76%           
  Complexity     1865     1865           
=========================================
  Files            71       71           
  Lines          5325     5326    +1     
=========================================
+ Hits           5259     5260    +1     
  Misses           66       66           
Impacted Files Coverage Δ
lib/timezonedata/exchangezones.php 100.00% <100.00%> (ø)

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant