BeneBarros Active Member Licensed User Longtime User Jan 9, 2020 #1 Good afternoon. Is there any way to ignore daylight saving time (DST). In Brazil this year did not opt for daylight saving time. Attachments hour.jpg 21.4 KB · Views: 241
Good afternoon. Is there any way to ignore daylight saving time (DST). In Brazil this year did not opt for daylight saving time.
Erel B4X founder Staff member Licensed User Longtime User Jan 9, 2020 #2 The correct solution is to update Java time zone database (hopefully this change is already there). Step 1: https://www.oracle.com/technetwork/java/javase/downloads/tzupdater-download-513681.html Step 2: Run <path to correct java>\bin\java -jar tzupdater.jar -l -v Upvote 0
The correct solution is to update Java time zone database (hopefully this change is already there). Step 1: https://www.oracle.com/technetwork/java/javase/downloads/tzupdater-download-513681.html Step 2: Run <path to correct java>\bin\java -jar tzupdater.jar -l -v
BeneBarros Active Member Licensed User Longtime User Jan 9, 2020 #3 Erel said: The correct solution is to update Java time zone database (hopefully this change is already there). Step 1: https://www.oracle.com/technetwork/java/javase/downloads/tzupdater-download-513681.html Step 2: Run <path to correct java>\bin\java -jar tzupdater.jar -l -v Click to expand... Thanks .... let's do this. Upvote 0
Erel said: The correct solution is to update Java time zone database (hopefully this change is already there). Step 1: https://www.oracle.com/technetwork/java/javase/downloads/tzupdater-download-513681.html Step 2: Run <path to correct java>\bin\java -jar tzupdater.jar -l -v Click to expand... Thanks .... let's do this.
BeneBarros Active Member Licensed User Longtime User Jan 10, 2020 #4 I believe this change has not been performed. Because the windows home screen also shows the wrong time. I will try to adjust by DateTime.SetTimeZone, for now, until I find a better way. What do you think? Upvote 0
I believe this change has not been performed. Because the windows home screen also shows the wrong time. I will try to adjust by DateTime.SetTimeZone, for now, until I find a better way. What do you think?
BeneBarros Active Member Licensed User Longtime User Jan 10, 2020 #5 The problem is more serious than I thought. If I change the time zone from -3 to -2, all database records that are in Long variables are wrong.??? Upvote 0
The problem is more serious than I thought. If I change the time zone from -3 to -2, all database records that are in Long variables are wrong.???
BeneBarros Active Member Licensed User Longtime User Jan 10, 2020 #6 TEMPORARILY RESOLVED. I changed the time zone from -03: 00 Brasilia to -03: 00 Fortaleza. -03: 00 Fortaleza has no daylight saving time (DST) Upvote 0
TEMPORARILY RESOLVED. I changed the time zone from -03: 00 Brasilia to -03: 00 Fortaleza. -03: 00 Fortaleza has no daylight saving time (DST)