~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/function/time/curdate.h

  • Committer: Jay Pipes
  • Date: 2009-03-01 03:08:20 UTC
  • mto: (910.2.6 mordred-noatomics)
  • mto: This revision was merged to the branch mainline in revision 912.
  • Revision ID: jpipes@serialcoder-20090301030820-8kxgypvo3yexa9d1
Final removal of timezones

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
/* Abstract CURDATE function. See also Item_func_curtime. */
27
27
class Item_func_curdate :public Item_date
28
28
{
 
29
protected:
29
30
  DRIZZLE_TIME ltime;
30
31
  drizzled::Date cached_temporal;
31
32
public: