Changeset 504
- Timestamp:
- Nov 27, 2007, 8:35:44 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Date.cc
r503 r504 116 116 std::stringstream sstream(str); 117 117 struct tm* timeinfo = std::localtime(&time_); 118 size_t timezone_correction = timeinfo->tm_gmtoff;118 time_t timezone_correction = timeinfo->tm_gmtoff; 119 119 120 120 u_int year, month, day, hour, minute, second;
Note: See TracChangeset
for help on using the changeset viewer.