aboutsummaryrefslogtreecommitdiff
path: root/src/lib.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib.ts')
-rw-r--r--src/lib.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.ts b/src/lib.ts
index 1067119..bb76739 100644
--- a/src/lib.ts
+++ b/src/lib.ts
@@ -493,7 +493,7 @@ export function jsonToImgInfo(json: ImgInfoJson | null): ImgInfo | null {
// ========== For timeline dates/data ==========
-export const MIN_DATE = new YearDate(-13.8e9);
+export const MIN_DATE = new YearDate(-14e9);
export const MAX_DATE = new CalDate(2030, 1, 1);
// (Same as in /backend/hist_data/cal.py)