-
Notifications
You must be signed in to change notification settings - Fork 358
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
Time zone support in schedule_from_ical
#526
base: master
Are you sure you want to change the base?
Commits on May 3, 2022
-
Expose time zone issue when parsing from iCal format
Co-authored-by: Jankees van Woezik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for ee6ce49 - Browse repository at this point
Copy the full SHA ee6ce49View commit details -
Spec that from_ical and to_ical can perform round trip conversion
Co-authored-by: Jankees van Woezik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 740125c - Browse repository at this point
Copy the full SHA 740125cView commit details -
Lookup the Rails time zone using the tzid (fails for many zone ids)
Co-authored-by: Jankees van Woezik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f1d7f6e - Browse repository at this point
Copy the full SHA f1d7f6eView commit details -
Alternative time zone lookup using strftime, to complement Rails mapping
Co-authored-by: Jankees van Woezik <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3a4ab88 - Browse repository at this point
Copy the full SHA 3a4ab88View commit details -
Find the right time zone for standard times or daylight saving times
Using `.now` causes a search for "MST" in the winter, even if the time of the given schedule is in summer and would only match "MDT". By parsing the time value and using the components as values in the candidate time zone, this issue is fixed.
Configuration menu - View commit details
-
Copy full SHA for afa978a - Browse repository at this point
Copy the full SHA afa978aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c3a7ede - Browse repository at this point
Copy the full SHA c3a7edeView commit details
Commits on May 5, 2022
-
Configuration menu - View commit details
-
Copy full SHA for c607f17 - Browse repository at this point
Copy the full SHA c607f17View commit details
Commits on Jul 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e91465a - Browse repository at this point
Copy the full SHA e91465aView commit details