Skip to content

Commit

Permalink
Merge pull request #197 from taras/patch-1
Browse files Browse the repository at this point in the history
Removed unnecessary `timeZone='America/Los_Angeles'`
  • Loading branch information
jasonmit authored Nov 15, 2016
2 parents 0ef8349 + a74c8ad commit ec85b63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ All helpers accept a `locale` and `timeZone` argument, which is a string. This
```hbs
{{moment-format date locale='es' timeZone='America/Los_Angeles'}}
{{moment-duration (now) date locale='es' timeZone='America/Los_Angeles' timeZone='America/Los_Angeles'}}
{{moment-duration (now) date locale='es' timeZone='America/Los_Angeles'}}
{{moment-from-now (now) date locale='es' timeZone='America/Los_Angeles'}}
{{moment-to-now date locale='es' timeZone='America/Los_Angeles'}}
```
Expand Down

0 comments on commit ec85b63

Please sign in to comment.