Skip to content

Commit

Permalink
Added changeset: Database restore backup timezone inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
mpolotsk-akamai committed Feb 6, 2025
1 parent 5b8fd2e commit ec3014e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions packages/manager/.changeset/pr-11628-fixed-1738858900211.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@linode/manager": Fixed
---

Database restore backup timezone inconsistency ([#11628](https://github.com/linode/manager/pull/11628))
2 changes: 1 addition & 1 deletion packages/manager/src/features/Databases/utilities.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ describe('toFormatedDate', () => {
const result = toFormatedDate(selectedDate, selectedTime.value);
expect(result).toContain('2025-01-15 14:00');
});
it('should convert a date and time to the format YYYY-MM-DD HH:mm for the dialog', () => {
it('should handle newest full backup plus incremental option correctly in UTC', () => {
const selectedDate = null;
const today = DateTime.utc();
const mockTodayWithHours = `${today.toISODate()} ${today.hour}:00`;
Expand Down

0 comments on commit ec3014e

Please sign in to comment.