Coldfusion 9 default timezone issue

When I execute getDefault () on a java.util.TimeZone object created from ColdFusion 9, I get "time in Pakistan". We are in the eastern time zone, and our server (Windows 2003) reports the correct time zone. Where will the JVM ColdFusions get this time zone?

Time: Pakistan Time (Asia / Karachi)

+3
source share
1 answer

try the following: http://troymurray.blogspot.com/2007/12/coldfusion-timezone-change.html (deleted)

Content retrieved from Google cache :

Change ColdFusion Time Zone

, , Oracle, . , Oracle. , ColdFusion Now() , 5 , (-5).
ColdFusion Admin, , . , , , ColdFusion, - . ColdFusion Java, Java (JVM), ColdFusion. :

  • . , here.
  • ColdFusion Admin
  • " " Java JVM
  • JVM Arguments
  • , " -Duser.timezone = ", .
  • " "
  • " ColdFusion 8"
  • , .
+4

Source: https://habr.com/ru/post/1776281/


All Articles