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 856ad9c commit 7e216deCopy full SHA for 7e216de
test/simple.rb
@@ -324,6 +324,8 @@ def test_time_with_default_timezone_local
324
end
325
326
def test_time_in_dst_change_hour_utc
327
+ skip "with_system_tz not working in tomcat" if ActiveRecord::Base.connection.raw_connection.jndi?
328
+
329
with_system_tz 'Europe/Prague' do
330
Time.use_zone 'Europe/Prague' do
331
with_timezone_config default: :utc do
0 commit comments