-
Notifications
You must be signed in to change notification settings - Fork 14
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
Save event times as local time #101
Save event times as local time #101
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't believe the fields you've added are valid as it's resulted in the file just containing "null".
You are right in assuming that I'm partial to the plugin calculating the offset though.
You can check what's been generated here: https://hacksocnotts-pr-101.herokuapp.com/calendar.ics
Hmm, that’s strange. I tried it locally and got the generated ics file without the ‘Z’ notation. |
My bad, the ics package needed an upgrade and I lost that in my first commit. Should work now. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've had to update your lock files to get it to build. But I'm happy with this change for now.
This reverts commit c202f67.
fixes #90.
This solves the issues by saving the times as local time. Perhaps you wanted a different solution of saving them as UTC but with the correct offset?