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 a4daadc commit 1d71c18Copy full SHA for 1d71c18
driver/src/test/java/org/neo4j/driver/internal/messaging/PackStreamMessageFormatV2Test.java
@@ -201,7 +201,7 @@ public void shouldReadTime() throws Exception
201
Object unpacked = packAndUnpackValue( packer ->
202
{
203
packer.packStructHeader( 2, (byte) 'T' );
204
- packer.pack( time.withOffsetSameInstant( UTC ).toLocalTime().toNanoOfDay() );
+ packer.pack( time.toLocalTime().toNanoOfDay() );
205
packer.pack( time.getOffset().getTotalSeconds() );
206
} );
207
0 commit comments