We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2776fb commit c9f9deaCopy full SHA for c9f9dea
ruby/hyper-component/lib/hyperstack/ext/component/time.rb
@@ -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