Skip to content

Commit 9a373c4

Browse files
authored
Merge pull request #4961 from dhalbert/restore-1970-epoch
Restore default epoch to 1970
2 parents 3c25d8e + 0d9c4cb commit 9a373c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/circuitpy_mpconfig.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
#define MICROPY_ENABLE_FINALISER (1)
6565
#define MICROPY_ENABLE_GC (1)
6666
#define MICROPY_ENABLE_SOURCE_LINE (1)
67+
#define MICROPY_EPOCH_IS_1970 (1)
6768
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_NORMAL)
6869
#define MICROPY_FLOAT_HIGH_QUALITY_HASH (0)
6970
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
@@ -205,7 +206,6 @@ typedef long mp_off_t;
205206
#define MICROPY_PY_URE_MATCH_GROUPS (CIRCUITPY_RE)
206207
#define MICROPY_PY_URE_MATCH_SPAN_START_END (CIRCUITPY_RE)
207208
#define MICROPY_PY_URE_SUB (CIRCUITPY_RE)
208-
#define MICROPY_EPOCH_IS_1970 (0)
209209

210210
// LONGINT_IMPL_xxx are defined in the Makefile.
211211
//

0 commit comments

Comments
 (0)