Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Overview
Fix UTC time tag log output
Issue
#467
Details
原因は、
00分59.99秒
のような時に、秒のみ繰り上げられ、分はそのままという感じになっていることだった。表示時に秒を必ず切り捨てるように修正した。
四捨五入で分やその上まで桁上げするような修正をしても良いかもだが、その辺りはログファイルを解析処理する側でやれば良いことなので一旦これで進める。
Validation results
次のような表示になったことを確認した。
Scope of influence
NA
Supplement
NA
Note
NA