-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's no need for each `<time>` instance to contain a zone and since `<time>` objects may be created frequently we don't want unnecessary slots taking up space. Instead, the zone should always be specified when displaying times. Removed the `zone:` keyword argument from `time-now`. `compose-time` and `time-components` now accept a `zone:` keyword argument with which to interpret the components. Removed all of the component readers (`time-year`, `time-month`, etc.); just use `time-components` directly. Removed `time-in-zone` which no longer made sense. Also marked `test-us-eastern-sanity-check` as expected to fail for now.
- Loading branch information
Showing
7 changed files
with
143 additions
and
236 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.