Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 14257ee

Browse files
author
Thomas G. Lockhart
committed
Add bit flags to support timezonehour and minute in data retrieval.
1 parent 70c4c57 commit 14257ee

File tree

1 file changed

+6
-3
lines changed
  • src/include/utils

1 file changed

+6
-3
lines changed

src/include/utils/dt.h

+6-3
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Copyright (c) 1994, Regents of the University of California
1010
*
11-
* $Id: dt.h,v 1.28 1998/02/26 04:43:58 momjian Exp $
11+
* $Id: dt.h,v 1.29 1998/05/09 22:43:50 thomas Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -165,8 +165,11 @@ typedef struct
165165
#define DTK_MILLENIUM 28
166166
#define DTK_MILLISEC 29
167167
#define DTK_MICROSEC 30
168-
#define DTK_DOW 31
169-
#define DTK_DOY 32
168+
169+
#define DTK_DOW 32
170+
#define DTK_DOY 33
171+
#define DTK_TZ_HOUR 34
172+
#define DTK_TZ_MINUTE 35
170173

171174
/*
172175
* Bit mask definitions for time parsing.

0 commit comments

Comments
 (0)