]>
git.saurik.com Git - apple/security.git/blob - CertTool/cdsaUtils/timeStr.h
6 #define UTC_TIME_STRLEN 13
7 #define GENERALIZED_TIME_STRLEN 15
14 * Given a string containing either a UTC-style or "generalized time"
15 * time string, convert to a struct tm (in GMT/UTC). Returns nonzero on
18 int appTimeStringToTm(
27 #endif /* _TIME_STR_H_ */