관리자 콘텐츠 리스트

- 오픈 예정일 포맷 수정 (2024-01-01 PM 05:00)
This commit is contained in:
Klaus 2024-01-11 17:10:09 +09:00
parent d2ecca55b3
commit 844f9fd79b
2 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class AdminAudioContentQueryRepositoryImpl(
audioContent.duration,
audioContent.content,
formattedDateExpression(audioContent.createdAt),
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %r")
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
)
)
.from(audioContent)

View File

@ -86,7 +86,7 @@ class CreatorAdminAudioContentQueryRepositoryImpl(
audioContent.duration,
audioContent.content,
formattedDateExpression(audioContent.createdAt),
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %r")
formattedDateExpression(audioContent.releaseDate, "%Y-%m-%d %p %H:%i")
)
)
.from(audioContent)