Searched refs:specTime (Results 1 – 1 of 1) sorted by relevance
136 static dp_set_date_time_t specTime; in ADM_Set_Date() local147 if (ADM_Decode_Date(argv[2], &specTime) != 0) { in ADM_Set_Date()156 if (specTime.month != DP_SET_DATE_TIME_IGNORE_FIELD) in ADM_Set_Date()157 specTime.month = specTime.month - 1; in ADM_Set_Date()158 if (specTime.year != DP_SET_DATE_TIME_IGNORE_FIELD) in ADM_Set_Date()159 specTime.year = specTime.year - 1900; in ADM_Set_Date()163 Message.data = &specTime; in ADM_Set_Date()