GrindrPlus: Fix dates in spline

- Thanks to Oliver

Change-Id: I72ea86589648d49397fc150034c0fd5a5a9a3fac
This commit is contained in:
R0rt1z2
2025-03-17 21:25:11 +01:00
parent a0b9ca9dfc
commit c2cf65f77d
2 changed files with 4 additions and 4 deletions
@@ -87,8 +87,8 @@ object GrindrPlus {
1733349060L to 711676000, // 2024-12-04
1735229820L to 718934000, // 2024-12-26
1738065780L to 730248000, // 2025-01-29
1744887214L to 733779000, // 2025-02-09
1747665214L to 744008000 // 2025-03-10
1739059200L to 733779000, // 2025-02-09
1741564800L to 744008000 // 2025-03-10
)
)
+2 -2
View File
@@ -15,6 +15,6 @@
{"time": 1733349060, "id": 711676000},
{"time": 1735229820, "id": 718934000},
{"time": 1738065780, "id": 730248000},
{"time": 1744887214, "id": 733779000},
{"time": 1747665214, "id": 744008000}
{"time": 1739059200, "id": 733779000},
{"time": 1741564800, "id": 744008000}
]