Skip to content

Commit 512a360

Browse files
committed
Removed TZ from notification history
1 parent 2ae1386 commit 512a360

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

CHANGELOG.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

client/src/components/notifications/NotificationHistory.jsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)