From 3ffaa2a06046f91b86c6e040f6f828da0605b1a7 Mon Sep 17 00:00:00 2001 From: Jesse Gumm Date: Thu, 12 Sep 2013 20:34:28 -0500 Subject: [PATCH] Update README to note Operator as an atom --- README.markdown | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a5e34b5..5c6cb69 100644 --- a/README.markdown +++ b/README.markdown @@ -118,7 +118,9 @@ will infer the timezone in the following order. + `'=<'` or `'<='` - `A` is before or equal to `B` + `'>='` or `'=>'` - `A` is after or equal to `B` -**Note:** These functions will properly compare times with different timezones +**Note 1:** `Operator` must be an atom. + +**Note 2:** These functions will properly compare times with different timezones (for example: `compare("12am CST",'==',"1am EST")` will properly return true) ### Timezone Functions