Update README to note Operator as an atom
This commit is contained in:
parent
f65cb65d07
commit
3ffaa2a060
1 changed files with 3 additions and 1 deletions
|
@ -118,7 +118,9 @@ will infer the timezone in the following order.
|
||||||
+ `'=<'` or `'<='` - `A` is before or equal to `B`
|
+ `'=<'` or `'<='` - `A` is before or equal to `B`
|
||||||
+ `'>='` or `'=>'` - `A` is after 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)
|
(for example: `compare("12am CST",'==',"1am EST")` will properly return true)
|
||||||
|
|
||||||
### Timezone Functions
|
### Timezone Functions
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue