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

Patch IOS native date locale appending em to the end of the date string in dateTZtoISO8601 #619

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 11, 2024

  1. Patch IOS native date locale appending em to the end of the date string

    On IOS, the sweden locale looks like this:
    '2024-01-09 12:00:00 em'
    but with the nodejs date its:
    '2024-01-09T12:00:00Z'
    julianallchin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    f6043de View commit details
    Browse the repository at this point in the history
  2. Add tests

    julianallchin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    5cf94d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea87dba View commit details
    Browse the repository at this point in the history
  4. Add fm checks too

    julianallchin committed Mar 11, 2024
    Configuration menu
    Copy the full SHA
    365a04c View commit details
    Browse the repository at this point in the history