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

Enhance Date field handling of timezones. #51

Closed
amcgregor opened this issue Sep 11, 2017 · 1 comment
Closed

Enhance Date field handling of timezones. #51

amcgregor opened this issue Sep 11, 2017 · 1 comment
Assignees
Labels
2.enhancement New ideas or improvements. area:field Issues relating to Field implementations or their mechanics. need:test For task completion, tests covering the development are required.
Milestone

Comments

@amcgregor
Copy link
Member

amcgregor commented Sep 11, 2017

  • Explicit interpretation of naive datetime timezone; default to UTC, allow local alias (identify server-local timezone), 'naive' alias (strip timezone), timezone name, explicit tzinfo instance, or use of callback returning one of these.
  • Explicit Python-local timezone interpretation; defaulting to pass-through, allowances as above.

Existing work in c0cb7d2

@amcgregor amcgregor added 2.enhancement New ideas or improvements. area:field Issues relating to Field implementations or their mechanics. need:test For task completion, tests covering the development are required. labels Sep 11, 2017
@amcgregor amcgregor added this to the 1.1.2 Release milestone Sep 11, 2017
@amcgregor amcgregor self-assigned this Sep 11, 2017
@amcgregor
Copy link
Member Author

Tests added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.enhancement New ideas or improvements. area:field Issues relating to Field implementations or their mechanics. need:test For task completion, tests covering the development are required.
Projects
None yet
Development

No branches or pull requests

1 participant