projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
10078: Update recent_collections so that the collection query it is not executed...
[arvados.git]
/
apps
/
workbench
/
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