-
Notifications
You must be signed in to change notification settings - Fork 203
Labels
bugSomething isn't workingSomething isn't working
Description
Contributor
Issue body actions
Description
When the timeUntilAlarm
is calculated for displaying the Rings in XYZ
, it doesn't include the days part like Rings in 2 days
, but the implementation of timeUntilAlarm
is made so that it should show these days, too.
So, the timeUntilAlarm
has to be rechecked.
Steps to reproduce:
- Go to the add/update alarms page.
- Add an alarm and change its date to various options available.
- You will automatically see that the
Rings in XYZ
display on top isn't being calculated correctly.
Screenshots
E.g., I created a one-time alarm on various dates, and my current date and time is 19 April, 11:05 AM.
Date 19 Apr | Date 20 Apr |
---|---|
![]() |
![]() |
Date 22 Apr | Date 21 Apr |
---|---|
![]() |
![]() |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Milestone
Relationships
Development
Select code repository
- Fix "Rings On" feature - correct time display for future date alarms Implement Mutually Exclusive Scheduling Options for AlarmsCCExtractor/ultimate_alarm_clock
- Resolves issue#827, where `timeUntilAlarm` wasn't working as ExpectedCCExtractor/ultimate_alarm_clock
- Fix "Rings On" feature - correct time display for future date alarms Implement Mutually Exclusive Scheduling Options for Alarms CCExtractor/ultimate_alarm_clock
Activity
Gaurav-Kushwaha-1225 commentedon Apr 19, 2025
I am working on it, it will be resolved soon.
Also, I came across this issue when I was working on #254, where my home widget was working fine and showing
Rings in 1 day
, but in UAC it was still showingRings in x hours and y minutes
something, for an alarm set for 21 April.timeUntilAlarm
wasn't working as Expected #833