summaryrefslogtreecommitdiffstats
path: root/generic/tclDate.h
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tclDate.h')
-rw-r--r--generic/tclDate.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/generic/tclDate.h b/generic/tclDate.h
index 6e82a3f..0fd0fef 100644
--- a/generic/tclDate.h
+++ b/generic/tclDate.h
@@ -150,6 +150,8 @@ typedef enum ClockMsgCtLiteral {
typedef enum {BCE=1, CE=0} ERA_ENUM;
+#define CLF_CTZ (1 << 4)
+
typedef struct TclDateFields {
/* Cacheable fields: */
@@ -175,6 +177,8 @@ typedef struct TclDateFields {
int secondOfMin; /* Seconds of minute (in-between time only calculation) */
int secondOfDay; /* Seconds of day (in-between time only calculation) */
+ int flags; /* 0 or CLF_CTZ */
+
/* Non cacheable fields: */
Tcl_Obj *tzName; /* Name (or corresponding DST-abbreviation) of the