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

[Calendar] Handle customized timezone #57

Merged
merged 2 commits into from
Jun 22, 2022

Conversation

liurxliu
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

codecov-commenter commented May 24, 2022

Codecov Report

Merging #57 (06c1528) into master (344f7a9) will decrease coverage by 0.07%.
The diff coverage is 92.85%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #57      +/-   ##
============================================
- Coverage     98.28%   98.21%   -0.08%     
- Complexity     1965     1983      +18     
============================================
  Files            76       77       +1     
  Lines          4379     4427      +48     
============================================
+ Hits           4304     4348      +44     
- Misses           75       79       +4     
Flag Coverage Δ
tests 98.21% <92.85%> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...ib/TimezoneGuesser/GuessFromCustomizedTimeZone.php 90.24% <90.24%> (ø)
lib/Property/ICalendar/DateTime.php 100.00% <100.00%> (ø)
lib/TimeZoneUtil.php 74.57% <100.00%> (+2.35%) ⬆️
lib/TimezoneGuesser/GuessFromLicEntry.php 100.00% <100.00%> (ø)

@liurxliu liurxliu force-pushed the feat/cal-customized-tz branch 3 times, most recently from 1b24f80 to 4daa7fd Compare May 30, 2022 05:08
lib/TimezoneGuesser/GussFromCustomizedTimeZone.php Outdated Show resolved Hide resolved
$ics = <<<ICS
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//ical.marudot.com//iCal Event Maker X-WR-CALNAME:Victorian public holiday dates
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there is a missing new line here

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed!

lib/TimezoneGuesser/GussFromCustomizedTimeZone.php Outdated Show resolved Hide resolved
@liurxliu liurxliu force-pushed the feat/cal-customized-tz branch 2 times, most recently from 695c5fe to f37ec8d Compare June 2, 2022 05:39
@valentinbonneaud valentinbonneaud merged commit ee3e095 into master Jun 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants