From 5d3ee376e0e14fa973284a54f8c0d06e774e0097 Mon Sep 17 00:00:00 2001 From: Tomoaki Masuda Date: Tue, 1 Sep 2020 17:26:41 +0900 Subject: [PATCH] =?UTF-8?q?ExposureInfo=20=E3=81=B8=E3=81=AE=E4=BF=9D?= =?UTF-8?q?=E5=AD=98=E3=81=8C=E3=83=AD=E3=83=BC=E3=82=AB=E3=83=AB=E3=82=BF?= =?UTF-8?q?=E3=82=A4=E3=83=A0=EF=BC=88ToLocaltime=EF=BC=89=E3=81=A8?= =?UTF-8?q?=E3=81=AA=E3=81=A3=E3=81=A6=E3=81=84=E3=82=8B=E3=80=82=20Androi?= =?UTF-8?q?d=20=E3=81=A8=E5=90=88=E3=82=8F=E3=81=9B=E3=82=8B=E3=81=9F?= =?UTF-8?q?=E3=82=81=E3=81=AB=20UTC=20=E3=82=92=E4=BD=BF=E3=81=86=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB=E5=A4=89=E6=9B=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Xamarin.ExposureNotification/ExposureNotification.ios.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Covid19Radar/Xamarin.ExposureNotification/ExposureNotification.ios.cs b/Covid19Radar/Xamarin.ExposureNotification/ExposureNotification.ios.cs index 5bd704149..7a7d4d5c9 100644 --- a/Covid19Radar/Xamarin.ExposureNotification/ExposureNotification.ios.cs +++ b/Covid19Radar/Xamarin.ExposureNotification/ExposureNotification.ios.cs @@ -275,7 +275,7 @@ async Task> GetInfo() } return new ExposureInfo( - ((DateTime)i.Date).ToLocalTime(), + (DateTime)i.Date, TimeSpan.FromMinutes(i.Duration), i.AttenuationValue, totalRisk,