Skip to content

Commit

Permalink
fix: test
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaelVallenet committed Dec 27, 2024
1 parent b46af3b commit 52debc7
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions gnovm/tests/files/tz_locations.gno
Original file line number Diff line number Diff line change
Expand Up @@ -101,18 +101,18 @@ func main() {
}

// Output:
// 1944-08-15 00:00:00 -0400 EWT
// 1945-09-09 00:00:00 -0400 EPT
// 1935-04-05 11:11:11 -0600 CST
// 1936-04-04 12:11:11 -0500 EST
// 1937-04-04 11:11:11 -0600 CST
// 1985-09-17 12:12:12 +0530 +0530
// 1986-09-17 12:27:12 +0545 +0545
// 1993-07-04 08:00:00 -1200 -12
// 1993-09-03 08:00:00 +1200 +12
// 1999-12-25 12:00:00 +1000 GST
// 2000-12-24 12:00:00 +1000 ChST
// 1891-02-14 09:00:00 +0009 LMT
// 1892-02-14 09:00:00 +0009 PMT
// 2022-01-13 09:50:39 +0100 CET
// 2022-06-12 10:50:39 +0200 CEST
// 1944-08-15 00:00:00 +0000 UTC
// 1945-09-09 00:00:00 +0000 UTC
// 1935-04-05 11:11:11 +0000 UTC
// 1936-04-04 11:11:11 +0000 UTC
// 1937-04-04 11:11:11 +0000 UTC
// 1985-09-17 12:12:12 +0000 UTC
// 1986-09-17 12:12:12 +0000 UTC
// 1993-07-04 08:00:00 +0000 UTC
// 1993-09-02 08:00:00 +0000 UTC
// 1999-12-25 12:00:00 +0000 UTC
// 2000-12-24 12:00:00 +0000 UTC
// 1891-02-14 09:00:00 +0000 UTC
// 1892-02-14 09:00:00 +0000 UTC
// 2022-01-13 09:00:00 +0000 UTC
// 2022-06-12 09:00:00 +0000 UTC

0 comments on commit 52debc7

Please sign in to comment.