What's New entries show 21st rather than 22nd
Summary
When viewing the What's New entries on gitlab.com, the date of each post says 21, 2023 rather than the 22nd (release day). I suspect it may be due to timezone issues.
Steps to reproduce
- Login to gitlab.com
- Click on the Help link at the bottom-left corner
- Click on What's New
- View the date of any of the entries in the right-hand bar
Example Project
https://gitlab.com/gitlab-org/gitlab/
What is the current bug behavior?
The date shows 21st of the month
What is the expected correct behavior?
The date shows 22nd of the month.
Relevant logs and/or screenshots
Output of checks
Results of GitLab environment info
Expand for output related to GitLab environment info
(For installations with omnibus-gitlab package run and paste the output of: `sudo gitlab-rake gitlab:env:info`) (For installations from source run and paste the output of: `sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production`)
Results of GitLab application Check
Expand for output related to the GitLab application check
(For installations with omnibus-gitlab package run and paste the output of:
sudo gitlab-rake gitlab:check SANITIZE=true
)(For installations from source run and paste the output of:
sudo -u git -H bundle exec rake gitlab:check RAILS_ENV=production SANITIZE=true
)(we will only investigate if the tests are passing)