Use Calendar to compute target dates

This commit is contained in:
Alfonso Grillo
2023-01-26 15:16:48 +01:00
parent a83075f2f3
commit a9f12947d4
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 {