diff -r f6c91b9da05b -r d0aadddb9c64 MYBERParser.h --- a/MYBERParser.h Thu Jun 04 18:36:30 2009 -0700 +++ b/MYBERParser.h Tue Jul 21 10:13:08 2009 -0700 @@ -19,5 +19,6 @@ size_t MYBERGetLength (NSData *ber, NSError **outError); const void* MYBERGetContents (NSData *ber, NSError **outError); +/** A date formatter with the format string "yyyyMMddHHmmss'Z'" */ NSDateFormatter* MYBERGeneralizedTimeFormatter(); NSDateFormatter* MYBERUTCTimeFormatter();