diff --git a/lib/fog/brightbox/models/compute/account.rb b/lib/fog/brightbox/models/compute/account.rb index 5b3143d07..a24ca779d 100644 --- a/lib/fog/brightbox/models/compute/account.rb +++ b/lib/fog/brightbox/models/compute/account.rb @@ -28,7 +28,7 @@ module Fog attribute :library_ftp_user # This is always returned as null/nil unless performing a reset_ftp_password request attribute :library_ftp_password - attribute :created_at + attribute :created_at, :type => :time