aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--picohttp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/picohttp.h b/picohttp.h
index 95ac0e7..803587d 100644
--- a/picohttp.h
+++ b/picohttp.h
@@ -79,7 +79,7 @@ struct picohttpURLRoute {
int16_t allowed_methods;
};
-#define PICOHTTP_EPOCH_YEAR 1980
+#define PICOHTTP_EPOCH_YEAR 1970
struct picohttpDateTime {
unsigned int Y:7; /* EPOCH + 127 years */