-
Notifications
You must be signed in to change notification settings - Fork 10
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 proper timezone support #9
Comments
WIP on https://github.com/pubstandards/pubstandards-london/tree/timezone_support, and currently running at http://ps.rack.ms/. Currently doesn't include a VTIMEZONE block |
To do:
|
I've made sure there's some testing of the queries made in the web pages. We don't yet have any end-to-end template tests. |
So when they say "fully supported in icalendar for serialization and deserialization" they mean "if you create a Timezone object with all the necessary transitions", rather than exporting from pytz. Full VTIMEZONE support moved to #19. |
To be done by 29 March.
Use aware timezones for input data possible, and check that they're not ambiguous:
https://github.com/pubstandards/pubstandards-london/blob/master/tests/test_ps_data.py#L71
Output timezone to the ical, and add the timezone to each event.
The text was updated successfully, but these errors were encountered: