Skip to content

Commit

Permalink
Merge pull request #369 from boostcampwm-2024/Fix/367
Browse files Browse the repository at this point in the history
[Fix]: 출석부 반환 시 utc+9 반환
  • Loading branch information
huiseon37 authored Dec 4, 2024
2 parents 5e4d168 + c4cbb32 commit b5307de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/api/src/member/dto/attendance-response.dto.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ export class AttendanceResponseDto {
year: 'numeric',
month: '2-digit',
day: '2-digit',
timeZone: 'Asia/Seoul',
})
.replace(/\. /g, '.')
.slice(0, -1);
Expand All @@ -50,6 +51,7 @@ export class AttendanceResponseDto {
minute: '2-digit',
second: '2-digit',
hour12: false,
timeZone: 'Asia/Seoul',
});
}
}

0 comments on commit b5307de

Please sign in to comment.