From e43deb21ca73f30ff8cd9c6abba0f0687ffec113 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Tue, 2 Apr 2013 00:25:03 -0700 Subject: [PATCH] Updated Lib datetime (markdown) --- Lib-datetime.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib-datetime.md b/Lib-datetime.md index 8526534..9ff3f33 100644 --- a/Lib-datetime.md +++ b/Lib-datetime.md @@ -113,7 +113,7 @@ Options: * ? * integers * Used by: - * Boost: int32 (days since 1400-01-01) + * Boost: int?? (template argument) (days since 1400-01-01) * Go: int64 (seconds since 0001-01-01) + int32 (nanoseconds) * Haskell: arbitrary-precision integers (days since Modified Julian Day epoch) * Joda: long (milliseconds since the Unix Time epoch)