Skip to content

Commit

Permalink
changed CaCApi timestamp to seconds
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyde committed Jul 21, 2024
1 parent 2e6a266 commit 4f81510
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ suspend fun ClubAndCountyApi.Companion.get():ClubAndCountyApi {
date = timestamp.toLocalDateTime().toLocalDate(),
date_range = "",
time = timestamp.toLocalDateTime().toLocalTime(),
timestamp = timestamp.time,
timestamp = timestamp.time/1000,
competitionName = it.getString("tournament_name"),
competitionShortName = "",
competitionId = it.getLong("tournament_id").toString(),
Expand Down

0 comments on commit 4f81510

Please sign in to comment.