test #115

Merged
klaus merged 5 commits from test into main 2024-01-11 09:05:45 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 844f9fd79b - Show all commits

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)