mirror of
https://github.com/gotson/komga.git
synced 2026-05-09 05:10:19 +02:00
fix(api): incorrect time conversion for BookMetadataAggregationDto
This commit is contained in:
parent
ac1e956890
commit
9a015c434a
1 changed files with 2 additions and 2 deletions
|
|
@ -421,7 +421,7 @@ class SeriesDtoDao(
|
|||
summary = summary,
|
||||
summaryNumber = summaryNumber,
|
||||
|
||||
created = createdDate.toCurrentTimeZone(),
|
||||
lastModified = lastModifiedDate.toCurrentTimeZone(),
|
||||
created = createdDate,
|
||||
lastModified = lastModifiedDate,
|
||||
)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue