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

always serialize date as only date, stripping time #2176

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

Commits on Nov 13, 2023

  1. always serialize date as only date, stripping time

    i.e. if 1954-08-21T04:00:00.000Z comes from backend, send that to front-end as 1954-08-21 still.
    ucarbehlul committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e206a8a View commit details
    Browse the repository at this point in the history
  2. increment version

    ucarbehlul committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    50a0fc3 View commit details
    Browse the repository at this point in the history
  3. fix type issue

    ucarbehlul committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4bef984 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d13f984 View commit details
    Browse the repository at this point in the history