diff options
| -rw-r--r-- | generic/tclClock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c index 7c179f6..af6205a 100644 --- a/generic/tclClock.c +++ b/generic/tclClock.c @@ -244,7 +244,7 @@ TclClockInit( memset(&data->lastTZOffsCache, 0, sizeof(data->lastTZOffsCache)); - data->defFlags = 0; + data->defFlags = CLF_VALIDATE; /* * Install the commands. |
