Skip to content

Commit

Permalink
fix: update tests to utc timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
Joel-hanson committed Sep 4, 2024
1 parent 26b1880 commit c00cb98
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/test/resources/056.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<root>
<ProductID>1</ProductID>
<ProductName>TestProductName</ProductName>
<PurchaseTime>Mon Jun 24 12:00:00 IST 2024</PurchaseTime>
<PurchaseTime>Mon Jun 24 12:00:00 UTC 2024</PurchaseTime>
</root>
2 changes: 1 addition & 1 deletion src/test/resources/057.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<root>
<ProductID>1</ProductID>
<ProductName>TestProductName</ProductName>
<PurchaseDate>Mon Jun 24 05:30:00 IST 2024</PurchaseDate>
<PurchaseDate>Mon Jun 24 05:30:00 UTC 2024</PurchaseDate>
</root>
2 changes: 1 addition & 1 deletion src/test/resources/058.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<root>
<ProductID>1</ProductID>
<ProductName>TestProductName</ProductName>
<PurchaseTimeStamp>Mon Jun 24 10:00:00 IST 2024</PurchaseTimeStamp>
<PurchaseTimeStamp>Mon Jun 24 10:00:00 UTC 2024</PurchaseTimeStamp>
</root>

0 comments on commit c00cb98

Please sign in to comment.