claude-code - 💡(How to fix) Fix [BUG] config -> usage -> weekly is missing date, has only time [2 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
anthropics/claude-code#52573Fetched 2026-04-24 06:03:32
View on GitHub
Comments
2
Participants
2
Timeline
5
Reactions
0
Timeline (top)
labeled ×3commented ×2

Error Message

Error Messages/Logs

Root Cause

  • The weekly window is a rolling 7-day window anchored to your first message of that week. Once it resets, the new window's reset clock is pinned 7 days out from whatever time-of-day that first message landed on.
    • /usage displays only the time-of-day for the weekly reset, not the full date. "Resets at 5am" means 5am on the day 7 days after the current week's first use — it does not mean 5am tomorrow.
    • Because the anchor moves each week based on when you first use Claude in the new week, the displayed time-of-day shifts week to week. That's why you saw "12pm" last week and "5am" this week: your first message of the new week
      happened around 5am, so this week's reset is pinned to 5am seven days from then.
    • Going from 100% → 11% confirms the previous week did just roll over. You're now at the start of a fresh weekly bucket.

Code Example

From claude session:

/usage 
Status dialog dismissed

When does the claude weekly allotment of usage reset? It says 5am and 11% used. Yesterday it was 100% used and said 12pm. Since it's explicitly "weekly" usage, it should not reset twice within two days. Yet, it has obviously reset in  
  the last few hours to be reduced from 100% to 11%. I suspect I am seeing the time when it would reset but not the date and it really means 5am on some future date next week.                                                              
                                                                                                                                                                                                                                             
 claude-code-guide(Claude Code weekly usage reset)                                                                                                                                                                                          
  ⎿  Done (15 tool uses · 24.5k tokens · 53s)                                                                                                                                                                                                
  (ctrl+o to expand)                                                                                                                                                                                                                         
                                                                                                                                                                            
Short answer: your hypothesis is essentially right — the time shown is the time-of-day of the reset, not a reset happening in the next few hours. The date is implicit.                                                                    
                                                                                                                                                                                                                                             
  How Claude Code's weekly limit works on subscription plans:                                                                                                                                                                                
                                                                                                                                                                                                                                             
  - The weekly window is a rolling 7-day window anchored to your first message of that week. Once it resets, the new window's reset clock is pinned 7 days out from whatever time-of-day that first message landed on.                       
  - /usage displays only the time-of-day for the weekly reset, not the full date. "Resets at 5am" means 5am on the day 7 days after the current week's first use — it does not mean 5am tomorrow.                                            
  - Because the anchor moves each week based on when you first use Claude in the new week, the displayed time-of-day shifts week to week. That's why you saw "12pm" last week and "5am" this week: your first message of the new week        
  happened around 5am, so this week's reset is pinned to 5am seven days from then.                                                                                                                                                           
  - Going from 100%11% confirms the previous week did just roll over. You're now at the start of a fresh weekly bucket.                                                                                                                   
                                                                                                                                                                                                                                             
  So: no double-reset, no bug. You're reading the clock time of a future reset, ~7 days out, and the time-of-day re-anchors each week based on your first use.                                                                               
                                                                                                                                                                                                                                             
  If you want to confirm the actual date, the Usage page in the Claude Console (platform.claude.com/usage) shows the concrete reset timestamp for your plan.                                                                                 
                                                         
 Cogitated for 1m 26s                                                                                                                                                                                                                       
                                                         
The bug is that the date of the reset is not showing on the usage screen. It has in the past. The time is worthless without the date to go with it.                                                                                        
                                                                                                                                                      
 Agreed — a bare time-of-day with no date is a regression, since the weekly reset is by definition up to 7 days out. Worth filing.                                                                                                          
                                                         
  You can report it at https://github.com/anthropics/claude-code/issues — include your CLI version (claude --version), a screenshot of the current /usage output, and note that the weekly reset line previously included the date.
RAW_BUFFERClick to expand / collapse

Preflight Checklist

  • I have searched existing issues and this hasn't been reported yet
  • This is a single bug report (please file separate reports for different bugs)
  • I am using the latest version of Claude Code

What's Wrong?

<img width="1886" height="842" alt="Image" src="https://github.com/user-attachments/assets/e3025f91-4116-478c-b03a-b989af0fcf2e" />

weekly is missing date, has only time

What Should Happen?

date and time of usage reset should be visible

Error Messages/Logs

From claude session:

❯ /usage 
  ⎿  Status dialog dismissed

❯ When does the claude weekly allotment of usage reset? It says 5am and 11% used. Yesterday it was 100% used and said 12pm. Since it's explicitly "weekly" usage, it should not reset twice within two days. Yet, it has obviously reset in  
  the last few hours to be reduced from 100% to 11%. I suspect I am seeing the time when it would reset but not the date and it really means 5am on some future date next week.                                                              
                                                                                                                                                                                                                                             
● claude-code-guide(Claude Code weekly usage reset)                                                                                                                                                                                          
  ⎿  Done (15 tool uses · 24.5k tokens · 53s)                                                                                                                                                                                                
  (ctrl+o to expand)                                                                                                                                                                                                                         
                                                                                                                                                                            
● Short answer: your hypothesis is essentially right — the time shown is the time-of-day of the reset, not a reset happening in the next few hours. The date is implicit.                                                                    
                                                                                                                                                                                                                                             
  How Claude Code's weekly limit works on subscription plans:                                                                                                                                                                                
                                                                                                                                                                                                                                             
  - The weekly window is a rolling 7-day window anchored to your first message of that week. Once it resets, the new window's reset clock is pinned 7 days out from whatever time-of-day that first message landed on.                       
  - /usage displays only the time-of-day for the weekly reset, not the full date. "Resets at 5am" means 5am on the day 7 days after the current week's first use — it does not mean 5am tomorrow.                                            
  - Because the anchor moves each week based on when you first use Claude in the new week, the displayed time-of-day shifts week to week. That's why you saw "12pm" last week and "5am" this week: your first message of the new week        
  happened around 5am, so this week's reset is pinned to 5am seven days from then.                                                                                                                                                           
  - Going from 100% → 11% confirms the previous week did just roll over. You're now at the start of a fresh weekly bucket.                                                                                                                   
                                                                                                                                                                                                                                             
  So: no double-reset, no bug. You're reading the clock time of a future reset, ~7 days out, and the time-of-day re-anchors each week based on your first use.                                                                               
                                                                                                                                                                                                                                             
  If you want to confirm the actual date, the Usage page in the Claude Console (platform.claude.com/usage) shows the concrete reset timestamp for your plan.                                                                                 
                                                         
✻ Cogitated for 1m 26s                                                                                                                                                                                                                       
                                                         
❯ The bug is that the date of the reset is not showing on the usage screen. It has in the past. The time is worthless without the date to go with it.                                                                                        
                                                                                                                                                      
● Agreed — a bare time-of-day with no date is a regression, since the weekly reset is by definition up to 7 days out. Worth filing.                                                                                                          
                                                         
  You can report it at https://github.com/anthropics/claude-code/issues — include your CLI version (claude --version), a screenshot of the current /usage output, and note that the weekly reset line previously included the date.

Steps to Reproduce

open claude code cli (on ubuntu) with an account with activity in the last few days /usage observe the time of the weekly reset is visible but what day it will reset is unknown. Time is useless without the display.

Claude Model

None

Is this a regression?

Yes, this worked in a previous version

Last Working Version

current as of last week, exact version unknown

Claude Code Version

2.1.118 (Claude Code)

Platform

Other

Operating System

Ubuntu/Debian Linux

Terminal/Shell

Other

Additional Information

No response

extent analysis

TL;DR

The issue can be fixed by modifying the /usage command to display the full date of the weekly reset instead of just the time.

Guidance

  • The weekly reset time is currently displayed without the date, making it difficult to determine when the reset will occur.
  • The Usage page in the Claude Console (platform.claude.com/usage) shows the concrete reset timestamp for the plan, which can be used as a temporary workaround.
  • To fix the issue, the /usage command needs to be updated to display the full date of the weekly reset.
  • The exact change required is not specified, but it likely involves modifying the code that generates the output for the /usage command.

Example

No code example is provided as the exact change required is not specified.

Notes

The issue is a regression, meaning it worked in a previous version, and the exact version that introduced the issue is unknown. The Usage page in the Claude Console can be used as a temporary workaround to determine the reset timestamp.

Recommendation

Apply workaround: Use the Usage page in the Claude Console to determine the reset timestamp until the issue is fixed.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

claude-code - 💡(How to fix) Fix [BUG] config -> usage -> weekly is missing date, has only time [2 comments, 2 participants]