File tree Expand file tree Collapse file tree 2 files changed +1
-6
lines changed
client/src/components/notifications Expand file tree Collapse file tree 2 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -21,10 +21,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2121 - Added data sampling for multi-day views to get a more representative sample across the full time range
2222 - Increased record limit for multi-day views to provide better data coverage
2323 - Enhanced logging for better troubleshooting of time filter issues
24- - Fixed notification history timestamps to match the timezone shown on the dashboard:
25- - Updated date formatting in NotificationHistory component to use consistent formatting options
26- - Added explicit timezone display to make the local timezone clear to users
27- - Ensured consistent date display format across the application
2824
2925### Improved
3026- Simplified battery history implementation:
Original file line number Diff line number Diff line change @@ -55,8 +55,7 @@ const NotificationHistory = () => {
5555 month : 'short' ,
5656 day : 'numeric' ,
5757 hour : '2-digit' ,
58- minute : '2-digit' ,
59- timeZoneName : 'short' // Add timezone name to make it clear
58+ minute : '2-digit'
6059 } ) ;
6160 } ;
6261
You can’t perform that action at this time.
0 commit comments