Definition at line 43 of file timestamp.h.
Public Attributes | |
| unsigned short | day |
| day (1 to 28/29/30/31) | |
| unsigned short | hour |
| hour (0-23) | |
| unsigned short | is_dst |
| 0=std, 1=dst | |
| unsigned int | microsecond |
| usecond (0-999999) | |
| unsigned short | minute |
| minute (0-59) | |
| unsigned short | month |
| month (1-12) | |
| unsigned short | second |
| second (0-59) | |
| TIMESTAMP | timestamp |
| GMT timestamp. | |
| char | tz [5] |
| ptr to tzspec timezone id | |
| unsigned short | weekday |
| 0=Sunday | |
| unsigned short | year |
| year (1970 to 2970 is allowed) | |
| unsigned short | yearday |
| 0=Jan 1 | |