Skip to content

Commit

Permalink
Fix pattern of createdTimes
Browse files Browse the repository at this point in the history
  • Loading branch information
stagrim committed Sep 5, 2023
1 parent fe6a7ce commit 80f5232
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/main/scala/KaptenAllocData.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ case class KaptenAllocData(
`type`: String,
group: String,
room: String,
supervisor: String)
supervisor: String
)
2 changes: 1 addition & 1 deletion src/main/scala/ics/Property.scala
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ object Property:
val time = LocalDateTime.now()
.minusHours(1)
.format(format.DateTimeFormatter
.ofPattern("yMd'T'Hms'Z'"))
.ofPattern("yMMdd'T'HHmmss'Z'"))
Seq(
DtStamp(time),
Last_Modified(time)
Expand Down

0 comments on commit 80f5232

Please sign in to comment.