Skip to content

Commit b5307de

Browse files
authored
Merge pull request #369 from boostcampwm-2024/Fix/367
[Fix]: 출석부 반환 시 utc+9 반환
2 parents 5e4d168 + c4cbb32 commit b5307de

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

apps/api/src/member/dto/attendance-response.dto.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ export class AttendanceResponseDto {
3939
year: 'numeric',
4040
month: '2-digit',
4141
day: '2-digit',
42+
timeZone: 'Asia/Seoul',
4243
})
4344
.replace(/\. /g, '.')
4445
.slice(0, -1);
@@ -50,6 +51,7 @@ export class AttendanceResponseDto {
5051
minute: '2-digit',
5152
second: '2-digit',
5253
hour12: false,
54+
timeZone: 'Asia/Seoul',
5355
});
5456
}
5557
}

0 commit comments

Comments
 (0)