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 e3b6f0d commit db4b251Copy full SHA for db4b251
benchmark/bench.js
@@ -63,6 +63,14 @@ const benchmarks = [
63
},
64
input: 42
65
66
+ {
67
+ name: 'formatted date-time',
68
+ schema: {
69
+ type: 'string',
70
+ format: 'date-time'
71
+ },
72
+ input: new Date()
73
74
{
75
name: 'formatted date',
76
schema: {
@@ -71,6 +79,14 @@ const benchmarks = [
79
80
input: new Date()
81
82
83
+ name: 'formatted time',
84
85
86
+ format: 'time'
87
88
89
90
91
name: 'short array of numbers',
92
0 commit comments