Skip to content

Commit c9f9dea

Browse files
committed
added time patch
1 parent b2776fb commit c9f9dea

File tree

1 file changed

+5
-0
lines changed
  • ruby/hyper-component/lib/hyperstack/ext/component

1 file changed

+5
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
class Time
2+
def to_json
3+
strftime("%FT%T.%3N%z").to_json
4+
end
5+
end

0 commit comments

Comments
 (0)