projects
/
arvados.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
11139: Merge branch 'master' into 11139-nodemanager-mem-scale-factor
[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
6
7
class Time
8
def as_json *args
9
strftime "%Y-%m-%dT%H:%M:%S.%NZ"
10
end
11
end