osem
https://github.com/opensuse/osem
Ruby
Open Source Event Manager. An event management tool tailored to Free and Open Source Software conferences.
DateTimeHelper#length_timestamp
Includes functions related to date or time manipulations Gets an EventType object, and returns its length in timestamp format (HH:MM) ====Gets * +Integer+ -> 30 ====Returns * +String+ -> "00:30"
Edit
git clone [email protected]:opensuse/osem.git
cd osem
open app/helpers/date_time_helper.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-DateTimeHelper-length_timestamp-for-pr
# Commit to gitgit add app/helpers/date_time_helper.rbgit commit -m "better docs for DateTimeHelper#length_timestamp"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-DateTimeHelper-length_timestamp-for-pr
hub pull-request
# Celebrate!