Changeset 163 in libcf
- Timestamp:
- 04/22/14 08:57:13 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/cf_util.c
r158 r163 115 115 return CF_ERROR_UTIL_GET_LOCALTIME; 116 116 117 timeVal.tv_usec /= 1000; 118 117 119 dt->year = timebuf->tm_year + 1900; 118 120 dt->month = timebuf->tm_mon + 1;
Note:
See TracChangeset
for help on using the changeset viewer.