From 3ee93abc675ea92e2b8813c0486ffb318f81fa50 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Tue, 2 Apr 2013 00:21:42 -0700 Subject: [PATCH] Updated Lib datetime (markdown) --- Lib-datetime.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib-datetime.md b/Lib-datetime.md index 9c31b6c..8526534 100644 --- a/Lib-datetime.md +++ b/Lib-datetime.md @@ -90,6 +90,7 @@ Options: * more complex API (to use and implement) * Pros: * more space-efficient if one only needs date or time + * more expressive (e.g. for birthdays often the time of birth is not known) * having only one type for Date/Time * Used by: Cocoa, Go, .Net * Cons: