From 67c2d508ea2d0b6007d110d67383c7030711e0b9 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Tue, 19 Feb 2013 15:42:05 -0500 Subject: [PATCH] Added rationale around previous commit. --- OpenChange/NSString+MAPIStore.m | 3 +++ 1 file changed, 3 insertions(+) diff --git a/OpenChange/NSString+MAPIStore.m b/OpenChange/NSString+MAPIStore.m index 647eb79f1..617f2d7e5 100644 --- a/OpenChange/NSString+MAPIStore.m +++ b/OpenChange/NSString+MAPIStore.m @@ -69,6 +69,9 @@ return unicode; } +// FIXME: This should go away at some point, when BSONCoder +// will correctly decode dates as NSCalendarDate objects +// instead of strings (because we first encode them as strings...) - (struct FILETIME *) asFileTimeInMemCtx: (void *) memCtx { NSCalendarDate *d;