-
Notifications
You must be signed in to change notification settings - Fork 58
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
When choosing datetimes, ensure that time is relative to user's timezone #98
Comments
Now the /index.atom of demo blog app causes Error on my enviroment.
|
Now the datetimes inputed by sdi has not be set local tzinfo refs Pylons/substanced#98
I created DateTime SchemaNode and Widget handling timezone. hirokiky@b913502
Like thisThinking...
Special thanks for tsearver for giving some advices at PloneSymposiumTokyo Sprint. |
I'd say if it's generally useful, try to make a PR to deform. I agree that it's best if it doesn't appear by default. Maybe if configured to not show time zone, get it from the user's system by default. |
I'd suggest putting it in Substance D right now and backporting it to deform later to be honest. I'm sure it's generally useful enough to add to deform but I dont anticipate a new deform release any time soon. |
I like the notion of a |
Thank you. anyway now I noticed User has |
I fixed the code
And made it switchable to show or not. |
PR Opened! |
Might need to make a new schema node type based on colander.DateTime that automatically sets the tzinfo to the user's timezone, and returns a datetime converted to UTC.
The text was updated successfully, but these errors were encountered: