-
Notifications
You must be signed in to change notification settings - Fork 196
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
Inconsistency between date and datetime #176
Comments
But the intention is that |
@ashwineaso that's kinda correct. However, the So I think I agree with @jonathan-s, but don't really want to break the interface - any other opinions? |
Well, if you decide to break the interface I would suggest to do it in a
major version release. Feels like that’s the only time it would be
justifiable to make a change like that.
On Sun 7. Jul 2019 at 11:22, Timo Furrer ***@***.***> wrote:
@ashwineaso <https://github.com/ashwineaso> that's kinda correct.
However, the date, day, month, ..., properties actually take the date()
from the datetime() method. So that's also timezone aware and part of the
datetime().
So I think I agree with @jonathan-s <https://github.com/jonathan-s>, but
don't really want to break the interface - any other opinions?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#176?email_source=notifications&email_token=AAQGYEXSR5LSQ3GOSENQU53P6GYT5A5CNFSM4HPC6XJKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODZLH2GQ#issuecomment-508984602>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQGYESB5ATX7YWJFJHOEU3P6GYT5ANCNFSM4HPC6XJA>
.
--
Sent from Gmail Mobile
|
Yes, that's for sure. maya isn't even in a API stable release yet - we still have that zero as major version ;) I'll check the usages on GitHub - I'll get back to it. |
This Issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
Still valid in my opinion.
On Fri 6. Sep 2019 at 10:01, github-actions[bot] ***@***.***> wrote:
This Issue is stale because it has been open 60 days with no activity.
Remove stale label or comment or this will be closed in 7 days
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#176>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAQGYEV6IT4M77LIVVWM7STQIIE4VANCNFSM4HPC6XJA>
.
--
Sent from Gmail Mobile
|
That's why I removed the label ;) |
This Issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
This Issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days |
The following code.
Date requires a method, whereas date is a property. In my humble opinion it would be better if both were a method or both were a property.
The text was updated successfully, but these errors were encountered: