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

Convert dates back from ISO when parsed #204

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 14, 2021

  1. Convert dates back from ISO when parsed

    When converting data to a JSON values of type VBA.vbDate, datetimes are converted to ISO format, thus adjusting the local time to global time. However, when parsing the same json result back, the time unit stays in global time unit. By adding this line of code the conversion happens both ways. See also extended comment here: VBA-tools#169 (comment)
    jonadv authored May 14, 2021
    Configuration menu
    Copy the full SHA
    64e8dd7 View commit details
    Browse the repository at this point in the history