]> git.arvados.org - arvados.git/blob - services/api/config/initializers/time_format.rb
9701: Merge branch '9463-change-arvput-use-collection-class' into 9701-collection...
[arvados.git] / services / api / config / initializers / time_format.rb
1 class ActiveSupport::TimeWithZone
2   def as_json *args
3     strftime "%Y-%m-%dT%H:%M:%S.%NZ"
4   end
5 end