Skip to content

Instantly share code, notes, and snippets.

@senny
Created October 2, 2013 11:46
Show Gist options
  • Save senny/6792492 to your computer and use it in GitHub Desktop.
Save senny/6792492 to your computer and use it in GitHub Desktop.
PostgreSQL Rails errors.
1) Failure:
ActiveRecord::ConnectionAdapters::PostgreSQLAdapter::QuotingTest#test_quote_time_usec [/Users/senny/Projects/rails/activerecord/test/cases/adapters/postgresql/quoting_test.rb:57]:
Expected: "'1970-01-01 00:00:00.000000'"
Actual: "'1970-01-01 01:00:00.000000'"
2) Failure:
PostgresqlDataTypeTest#test_timestamp_with_zone_values_without_rails_time_zone_support [/Users/senny/Projects/rails/activerecord/test/cases/adapters/postgresql/datatype_test.rb:619]:
Expected: 2010-01-01 11:00:00 +0100
Actual: 2010-01-01 12:00:00 +0100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment