Skip to content

typo修正 #10

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/RedmineTimeTracking.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ Redmine上で予定工数や作業時間の入力を [十進化時間](http://ja
- 十進化で 1.00 は 60分 (1 時間)
- 十進化で 0.10 は 6分
- 十進化で 0.15 は 9分
- 十進化で 1.65 は 24分
- 十進化で 1.65 は 24分
- 十進化で 0.40 は 24分
- 十進化で 1.65 は 99分
- 2時間5分 (125分) は 十進化では 約2.0833333333333335時間

Redmine上では少数第3位で四捨五入をするため、(上記の最後の例で分かるように)十進化時間とはごくわずかな誤差が生じることがあります。
Expand Down