Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Remove timezone support from the API #54

Merged
merged 1 commit into from
Nov 4, 2013

Conversation

cdumez
Copy link
Contributor

@cdumez cdumez commented Nov 1, 2013

Remove timezone support from the API as agreed during the last F2F meeting.
This makes the API much simpler, gets rid of the confusing TimezoneDirective
argument and avoids a lot of complicated cases related to timezone and DST.

We also stop using a Date to schedule an alarm. We now use a DOMTimeStamp,
which is a number of milliseconds past the epoch (e.g. Date.now() + n).

Remove timezone support from the API as agreed during the last F2F meeting.
This makes the API much simpler, gets rid of the confusing TimezoneDirective
argument and avoids a lot of complicated cases related to timezone and DST.

We also stop using a Date to schedule an alarm. We now use a DOMTimeStamp,
which is a number of milliseconds past the epoch (e.g. Date.now() + n).
@cdumez
Copy link
Contributor Author

cdumez commented Nov 1, 2013

@marcoscaceres @mounirlamouri What do you think?

@marcoscaceres
Copy link
Contributor

Looks great! 👍

marcoscaceres added a commit that referenced this pull request Nov 4, 2013
Remove timezone support from the API
@marcoscaceres marcoscaceres merged commit b56912a into sysapps:gh-pages Nov 4, 2013
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants