We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 563cfeb commit 08d8b78Copy full SHA for 08d8b78
android/src/main/java/com/genexus/GXutil.java
@@ -345,10 +345,9 @@ public static Date DateTimeToUTC(Date value)
345
return CommonUtil.DateTimeToUTC(value, TimeZone.getDefault());
346
}
347
348
-
349
public static Date DateTimeToUTC(Date value, TimeZone tz)
350
{
351
- return CommonUtil.DateTimeToUTC(value, TimeZone.getDefault());
+ return CommonUtil.DateTimeToUTC(value, tz);
352
353
354
public static Date DateTimeFromUTC(Date value)
0 commit comments