Broken 'master': a number of tests fail with 'expected to find text "Oct 01"'

Context

I noticed on an MR that the following jobs had unrelated failures. These failures are also occurring on the master branch:

Here's part of one of the console logs:

Failure/Error: expect(active_project_access_tokens).to have_text(PersonalAccessToken.last.expires_at.strftime('%b %d'))
            expected to find text "Oct 01" in "Token name Scopes Created Last Used Expires Role PAT 5 api Sep 26, 2021 Never Oct 1, 2021, 12:00 AM Maintainer Revoke"
          # ./spec/features/projects/settings/access_tokens_spec.rb:168:in `block (4 levels) in <top (required)>'
          # ./spec/spec_helper.rb:404:in `block (3 levels) in <top (required)>'
          # ./spec/support/sidekiq_middleware.rb:9:in `with_sidekiq_server_middleware'
          # ./spec/spec_helper.rb:395:in `block (2 levels) in <top (required)>'
Edited by Paul Slaughter