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

type:datetime editing toIsoString transforms time to UTC #966

Closed
dbauszus-glx opened this issue Oct 17, 2023 · 1 comment · Fixed by #997
Closed

type:datetime editing toIsoString transforms time to UTC #966

dbauszus-glx opened this issue Oct 17, 2023 · 1 comment · Fixed by #997
Assignees
Labels
Bug A genuine bug. There must be some form of error exception to work with.

Comments

@dbauszus-glx
Copy link
Member

The datetime editing input requires an IsoString input for the current value. This causes a shift from local time to UTC.

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString

@dbauszus-glx dbauszus-glx added the Bug A genuine bug. There must be some form of error exception to work with. label Oct 17, 2023
@dbauszus-glx dbauszus-glx changed the title Date toIsoString type:datetime editing toIsoString transforms time to UTC Oct 17, 2023
@cityremade cityremade self-assigned this Nov 9, 2023
@dbauszus-glx dbauszus-glx linked a pull request Nov 10, 2023 that will close this issue
@dbauszus-glx
Copy link
Member Author

Resolved in PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A genuine bug. There must be some form of error exception to work with.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants