summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--generic/tclClock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index dfde051..2cfa4a5 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -249,7 +249,7 @@ TclClockInit(
memset(&data->lastTZOffsCache, 0, sizeof(data->lastTZOffsCache));
- data->defFlags = 0;
+ data->defFlags = CLF_VALIDATE;
/*
* Install the commands.