t-ruby
https://github.com/sferik/t-ruby
Ruby
A command-line power tool for Twitter.
T.utc_offset
UTC offset in seconds to apply time instances before displaying. If not set, time instances are displayed in default local time.
Edit
git clone [email protected]:sferik/t-ruby.git
cd t-ruby
open
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-T-utc_offset-for-pr
# Commit to gitgit add git commit -m "better docs for T.utc_offset"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-T-utc_offset-for-pr
hub pull-request
# Celebrate!