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 due date rendering the wrong date in issue (#26268) #26274

Merged
merged 2 commits into from Aug 1, 2023

Commits on Aug 1, 2023

  1. Fix due date rendering the wrong date in issue (go-gitea#26268)

    Closes go-gitea#26263
    
    We have to pass the date without the time.
    
    # Before
    
    ![image](https://github.com/go-gitea/gitea/assets/20454870/6b6cb43d-2b1c-4679-951d-20f48c94bfdd)
    
    # After
    
    ![image](https://github.com/go-gitea/gitea/assets/20454870/50441baf-2c52-452b-bb0d-6034a407abde)
    
    Signed-off-by: Yarden Shoham <git@yardenshoham.com>
    yardenshoham authored and GiteaBot committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    e9790bb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ec170c View commit details
    Browse the repository at this point in the history