Skip to content
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

Fix UTC time tag log output #468

Merged
merged 1 commit into from
Aug 15, 2023
Merged

Fix UTC time tag log output #468

merged 1 commit into from
Aug 15, 2023

Conversation

200km
Copy link
Member

@200km 200km commented Aug 14, 2023

Overview

Fix UTC time tag log output

Issue

#467

Details

原因は、00分59.99秒のような時に、秒のみ繰り上げられ、分はそのままという感じになっていることだった。
表示時に秒を必ず切り捨てるように修正した。
四捨五入で分やその上まで桁上げするような修正をしても良いかもだが、その辺りはログファイルを解析処理する側でやれば良いことなので一旦これで進める。

Validation results

次のような表示になったことを確認した。

image

Scope of influence

NA

Supplement

NA

Note

NA

@200km 200km merged commit d0807bb into main Aug 15, 2023
41 checks passed
@200km 200km deleted the hotfix/fix-time-tag-in-log branch August 15, 2023 17:37
200km added a commit that referenced this pull request Oct 18, 2023
Merge main to develop for Hotfix #468
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gui graphical user interface patch backwards compatible bug fixes priority::high priorityg high
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

In the output csv, time is displayed as 60 seconds when the number of seconds is exactly 0.
2 participants