From 40cff7a0e52795527369c4239276d820e1aea0eb Mon Sep 17 00:00:00 2001 From: Eric Boren Date: Tue, 22 Mar 2016 13:10:49 -0400 Subject: Add note about Go RFC3339Nano sortability to README RFC3339 is sortable, but RFC3339Nano is not, because it does not use a fixed number of digits after the decimal. --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index aeddc16..0cf67a6 100644 --- a/README.md +++ b/README.md @@ -427,6 +427,8 @@ db.View(func(tx *bolt.Tx) error { }) ``` +Note that, while RFC3339 is sortable, the Golang implementation of RFC3339Nano does not use a fixed number of digits after the decimal point and is therefore not sortable. + #### ForEach() -- cgit v1.2.3