Changeset 366 for trunk/lib/Date.cc
- Timestamp:
- Jun 12, 2007, 6:07:11 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/Date.cc
r298 r366 184 184 ss << timeinfo->tm_yday+1; 185 185 else if (*i == 'm') { 186 if (timeinfo->tm_mon< 11)186 if (timeinfo->tm_mon<9) 187 187 ss << "0"; 188 188 ss << timeinfo->tm_mon+1;
Note: See TracChangeset
for help on using the changeset viewer.