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

fix: ISO date parsing #10011

Closed
wants to merge 2 commits into from

Commits on May 3, 2023

  1. test: add test for ISO date parsing issue typeorm#9941

    Add a test for date handling functions that seem to ignore the timezone offsets on insert.
    
    Related to typeorm#9941
    Introduced in typeorm#9634
    felix-gohla committed May 3, 2023
    Configuration menu
    Copy the full SHA
    d7c3674 View commit details
    Browse the repository at this point in the history
  2. fix: parse ISO times taking local time into account

    Add handling for the different timezones during parsing ISO dates as there's
    a difference in date parsing and date-times parsing in the ECMA-script specs.
    Fix the bit where even dates with given timezones were parsed as local time.
    
    Related To typeorm#9941
    felix-gohla committed May 3, 2023
    Configuration menu
    Copy the full SHA
    81a8d8a View commit details
    Browse the repository at this point in the history