Skip to content

Commit

Permalink
Merge pull request #228 from Team-Ampersand/227-applied-music-time-fix
Browse files Browse the repository at this point in the history
🔀 :: [#227] createdTime format 수정
  • Loading branch information
uuuunseo committed Mar 15, 2024
2 parents ce795cb + c76dfb8 commit 5e3dcb4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ extension FetchMusicListResponseDTO.MusicResponseDTO {
id: id,
url: url,
username: username,
createdTime: createdTime.toDateWithCustomFormat("yyyy-MM-dd'T'HH:mm:ss.SSS"),
createdTime: createdTime.toDateWithCustomFormat("yyyy-MM-dd'T'HH:mm:ss"),
stuNum: stuNum
)
}
Expand Down

0 comments on commit 5e3dcb4

Please sign in to comment.