diff --git a/README.md b/README.md index b45b249..14f4f21 100644 --- a/README.md +++ b/README.md @@ -112,6 +112,12 @@ After that you have the following instance methods available to you. `phone_object.location ==> "Indiana"` `phone_object.location(:ja) ==> "ソウル特別市"` + +- ### `timezone` + + Returns the time zone of the number. + + `phone_object.location ==> "America/New_York"` ### Class Methods