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 903891e commit 0568d43Copy full SHA for 0568d43
lib/specs/spec_0_1.js
@@ -52,5 +52,10 @@ Spec_0_1.prototype.id = function(_id){
52
return this;
53
}
54
55
+Spec_0_1.prototype.time = function(_time){
56
+ this.payload['eventTime'] = _time.toISOString();
57
+ return this;
58
+}
59
+
60
module.exports = Spec_0_1;
61
lib/specs/spec_0_2.js
@@ -29,5 +29,10 @@ Spec_0_2.prototype.id = function(_id){
29
30
31
32
+Spec_0_2.prototype.time = function(_time){
33
+ this.payload['time'] = _time.toISOString();
34
35
36
37
module.exports = Spec_0_2;
38
0 commit comments