~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/calendar.h

  • Committer: Brian Aker
  • Date: 2011-01-20 15:27:43 UTC
  • mfrom: (2097.1.7 drizzle-build)
  • Revision ID: brian@tangent.org-20110120152743-x88aq1sj1k9andwm
Merge of all of the time fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
#define GREGORIAN_START_MONTH 10
49
49
#define GREGORIAN_START_DAY 15
50
50
 
 
51
#define UNIX_EPOCH_MIN_YEARS 1970
51
52
#define UNIX_EPOCH_MAX_YEARS 2038
52
 
#define UNIX_EPOCH_MIN_YEARS 1970
53
53
 
54
54
#define CALENDAR_YY_PART_YEAR 70
55
55