Use Calendar to compute target dates

This commit is contained in:
Alfonso Grillo
2023-01-26 15:16:48 +01:00
parent 7a6e6199e4
commit 1598c56e9f
3 changed files with 8 additions and 7 deletions
@@ -18,7 +18,6 @@
enum PollHistoryConstants {
static let chunkSizeInDays: UInt = 30
static let oneDayInSeconds: TimeInterval = 8.6 * 10e3
}
enum PollHistoryViewModelResult: Equatable {