The Fields of Python Date Tuples : Date « Data Type « Python Tutorial






Index      Field                     Value         
0          Year                      2000, 2001, and so on        
1          Month                     In the range 112        
2          Day                       In the range 131        
3          Hour                      In the range 023        
4          Minute                    In the range 059        
5          Second                    In the range 061        
6          Weekday                   In the range 06, where Monday is 0        
7          Julian day                In the range 1366        
8          Daylight Savings          0, 1, or 1








2.3.Date
2.3.1.The Fields of Python Date Tuples