Skip to content
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

Introduce an AbstractDateTime type #25227

Merged
merged 1 commit into from
Dec 30, 2017

Conversation

rofinn
Copy link
Contributor

@rofinn rofinn commented Dec 21, 2017

By having both DateTime and ZonedDateTime from TimeZones.jl subtype an
AbstractDateTime we should be able to write more general code without needing to use a
Union{DateTime, ZonedDateTime} or operate on the TimeType (which is too general).

By having both `DateTime` and `ZonedDateTime` from TimeZones.jl subtype an
`AbstractDateTime` we should be able to write more general code without needing to use a
`Union{DateTime, ZonedDateTime}` or operate on the `TimeType` (which is too general).
@rofinn rofinn changed the title Introduce an AbstractDateTime type. Introduce an AbstractDateTime type Dec 21, 2017
@ararslan ararslan added dates Dates, times, and the Dates stdlib module stdlib Julia's standard library labels Dec 21, 2017
@rofinn
Copy link
Contributor Author

rofinn commented Dec 29, 2017

Is this good to merge?

@quinnj quinnj merged commit 17ba03a into JuliaLang:master Dec 30, 2017
@omus omus deleted the rf/abstractdatetime branch January 1, 2018 05:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dates Dates, times, and the Dates stdlib module stdlib Julia's standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants