Changeset 504


Ignore:
Timestamp:
Nov 27, 2007, 8:35:44 PM (16 years ago)
Author:
Peter Johansson
Message:

correcting type

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lib/Date.cc

    r503 r504  
    116116    std::stringstream sstream(str);
    117117    struct tm* timeinfo = std::localtime(&time_);
    118     size_t timezone_correction = timeinfo->tm_gmtoff;
     118    time_t timezone_correction = timeinfo->tm_gmtoff;
    119119
    120120    u_int year, month, day, hour, minute, second;
Note: See TracChangeset for help on using the changeset viewer.