docs/TIME.md in lite-ruby-1.1.5 vs docs/TIME.md in lite-ruby-1.1.6

- old
+ new

@@ -33,9 +33,17 @@ ```ruby Time.now.format('month_name day, year hour:minute ampm') #=> 'January 09, 2014 02:31 pm' ``` +`monotonic` +------ +Returns the monotonic time. + +```ruby +Time.monotonic #=> 5834550.444132 +``` + `stamp` aka `to_format` ------ Converts a `time` object to a predefined format. **Note:** The following values are to be used in combination with one's available in