Unverified Commit 505735f9 authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

cache invalidation: ensure valid timestamps, especially for February…

parent ebce3be5
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1415,7 +1415,8 @@ sub startup {
				{
					$cache_ts->set(
						year  => $+{year},
						month => $+{month}
						month => $+{month},
						day   => 1,
					);
				}