From: Kangho Hur Date: Fri, 29 May 2020 05:40:40 +0000 (+0900) Subject: [ElmSharp] Update the SystemTime internal struct (#1627) X-Git-Tag: accepted/tizen/unified/20210219.040944~720 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=870183e0e19c5642425b35d3164427f2fa1b1d17;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git [ElmSharp] Update the SystemTime internal struct (#1627) --- diff --git a/src/ElmSharp/Interop/Interop.Libc.cs b/src/ElmSharp/Interop/Interop.Libc.cs index 1e29684..4001f11 100644 --- a/src/ElmSharp/Interop/Interop.Libc.cs +++ b/src/ElmSharp/Interop/Interop.Libc.cs @@ -39,7 +39,7 @@ internal static partial class Interop public int tm_isdst; // The glibc version of struct tm has additional fields - public long tm_gmtoff; + public IntPtr tm_gmtoff; public IntPtr tm_zone; public static implicit operator SystemTime(DateTime value)