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

Date.vue Handles Local Time Incorrectly #700

Closed
01111010t opened this issue Jul 18, 2023 · 1 comment · Fixed by #703
Closed

Date.vue Handles Local Time Incorrectly #700

01111010t opened this issue Jul 18, 2023 · 1 comment · Fixed by #703
Labels
bug Something isn't working

Comments

@01111010t
Copy link
Contributor

I grabbed the latest master with #699 , issue still persists with the Journal Entry page.

I was able to build on your fix to resolve it in date.vue line 118:
//let value: Date | null = new Date(target.value);
let value: Date | null = DateTime.fromISO(target.value).toJSDate();

Maybe this will help close it out?

@18alantom
Copy link
Member

18alantom commented Jul 21, 2023

Thanks once again, I've pushed the fix in #703 switched the usage for when the value is pulled out of the DB too.

@18alantom 18alantom added the bug Something isn't working label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants