-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Create deephaven.time time-type aliases (#5269)
This adds `TimeZoneLike`, `LocalDateLike`, `InstantLike`, `ZonedDateTimeLike`, `DurationLike`, and `PeriodLike` as aliased union types for objects that can be coerced into said type. This makes it easier for public APIs to reference the proper time-types. `S3Instructions`, `json.instant_val`, `TableReplayer`, `time_table`, and the `time.to_j_` APIs have been updated to reference the new types.
- Loading branch information
1 parent
e75b192
commit ed3a523
Showing
6 changed files
with
91 additions
and
70 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.