Skip to content
This repository has been archived by the owner on Apr 12, 2023. It is now read-only.

Commit

Permalink
Merge pull request #1 from openCACAO/en-ios-localtime
Browse files Browse the repository at this point in the history
iOS の場合 ExposureInfo への保存がローカルタイム(ToLocaltime)となっている
  • Loading branch information
keiji authored Mar 31, 2021
2 parents 026708f + 5d3ee37 commit b833145
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ async Task<IEnumerable<ExposureInfo>> GetInfo()
}
return new ExposureInfo(
((DateTime)i.Date).ToLocalTime(),
(DateTime)i.Date,
TimeSpan.FromMinutes(i.Duration),
i.AttenuationValue,
totalRisk,
Expand Down

0 comments on commit b833145

Please sign in to comment.