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

Timezones #14

Open
McSwitch opened this issue Mar 3, 2023 · 0 comments
Open

Timezones #14

McSwitch opened this issue Mar 3, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@McSwitch
Copy link
Contributor

McSwitch commented Mar 3, 2023

Handle Timezones In DateTime Display/Posting Layers:

We need to ensure that we always account for timezones when working with date/time/datetime to ensure internationalization compatibility. The trick here is to know both local time and international time, to ensure we don't loose meta information, for example: when setting flight times we need to know the local time in order to determine day/night hours.

To this point we should remove "date" and "time" type fields and only support "datetime" fields.
Maybe we should introduce some additional settings for datetime fields, like: explicit-timezone which will force users to set a timezone.

@McSwitch McSwitch added the enhancement New feature or request label Mar 3, 2023
@McSwitch McSwitch self-assigned this Mar 3, 2023
@McSwitch McSwitch added this to the Basic Documentation milestone Mar 4, 2023
@McSwitch McSwitch changed the title Handle Timezones In DateTime Display/Posting Layers Timezones Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant