You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: smithy-typescript-codegen/src/main/java/software/amazon/smithy/typescript/codegen/HttpProtocolTestGenerator.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1229,9 +1229,9 @@ public Void nullNode(NullNode node) {
1229
1229
@Override
1230
1230
publicVoidnumberNode(NumberNodenode) {
1231
1231
// Handle timestamps needing to be converted from numbers to their input type of Date.
1232
-
// Also handle that a Date in TS takes milliseconds, so add 000 to the end.
1232
+
// Also handle that a Date in TS takes milliseconds, so add * 1000 to the end.
0 commit comments