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 932940d commit f1b6749Copy full SHA for f1b6749
sql/hive/src/test/scala/org/apache/spark/sql/hive/HiveInspectorSuite.scala
@@ -38,7 +38,7 @@ class HiveInspectorSuite extends FunSuite with HiveInspectors with BeforeAndAfte
38
private val originalTimeZone = TimeZone.getDefault
39
40
override def beforeAll() {
41
- // Timezone is fixed to America/Los_Angeles for those timezone sensitive tests (timestamp_*)
+ // Timezone is fixed to GMT
42
TimeZone.setDefault(TimeZone.getTimeZone("GMT"))
43
}
44
0 commit comments