summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-14 15:08:44 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2024-04-14 15:08:44 (GMT)
commiteb822699ec2cd8fb6a73279b0b4d698eb83476fa (patch)
tree7158016ca6b169eb37ea2dcd478a3a589a925cb1
parentcb305507b47a66acd6a6a47a90f295e91f3176ee (diff)
parente8ab697b8668f1496dc0dd6d6487dd549221fb3e (diff)
downloadtcl-eb822699ec2cd8fb6a73279b0b4d698eb83476fa.zip
tcl-eb822699ec2cd8fb6a73279b0b4d698eb83476fa.tar.gz
tcl-eb822699ec2cd8fb6a73279b0b4d698eb83476fa.tar.bz2
Rebase to 9.0
-rw-r--r--generic/tclClock.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclClock.c b/generic/tclClock.c
index 47beb15..78ccfe8 100644
--- a/generic/tclClock.c
+++ b/generic/tclClock.c
@@ -239,7 +239,7 @@ TclClockInit(
memset(&data->lastTZOffsCache, 0, sizeof(data->lastTZOffsCache));
- data->defFlags = 0;
+ data->defFlags = CLF_VALIDATE;
/*
* Install the commands.